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

System.Reflection.PropertyInfo.GetAccessors Overloads

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

Public Methods

GetAccessors() : MethodInfo[]
Returns an array whose elements reflect the public Get , Set, and other accessors of the property reflected by the current instance.
abstract
GetAccessors(bool) : MethodInfo[]
Returns an array whose elements reflect the public and, if specified, non-public Get, Set, and other accessors of the property reflected by the current instance.