The IGetter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Get |
When implemented by a class, gets the value of the Property/Field from the object.
| |
GetForInsert | Get the property value from the given owner instance. |
Properties
Name | Description | |
---|---|---|
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.
|