The IGetter type exposes the following members.

Methods

  NameDescription
Get
When implemented by a class, gets the value of the Property/Field from the object.

Properties

  NameDescription
Method
When implemented by a class, gets the MethodInfo for the get accessor of the property.
PropertyName
When implemented by a class, gets the name of the Property.
ReturnType
When implemented by a class, gets the Type that the Property/Field returns.

See Also