Method GetPropertyGetter
| Improve this Doc View SourceGetPropertyGetter(Type)
Gets the property getter.
Declaration
protected MethodInfo GetPropertyGetter(Type returnType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | returnType | The return type of the property. |
Returns
| Type | Description |
|---|---|
| System.Reflection.MethodInfo | The property getter. |