Mono Class Library: System.Reflection.PropertyInfo Overview | Members

System.Reflection.PropertyInfo.GetGetMethod Overloads

The overloads of GetGetMethod are listed below. For a list of all members, see the PropertyInfo Members list.

Public Methods

GetGetMethod() : MethodInfo
Returns the public Get accessor for the property reflected by the current instance.
abstract
GetGetMethod(bool) : MethodInfo
Returns the public possibly or, if specified, the non-public Get accessor for the property reflected by the current instance.