Mono Class Library: System.Reflection.PropertyInfo Overview | MembersSystem.Reflection.PropertyInfo.GetGetMethod Overloads |
The overloads of GetGetMethod are listed below. For a list of all members, see the PropertyInfo Members list.
GetGetMethod() : MethodInfo Returns the public Get accessor for the property reflected by the current instance. abstractGetGetMethod(bool) : MethodInfo Returns the public possibly or, if specified, the non-public Get accessor for the property reflected by the current instance.