Mono Class Library: System.Reflection.PropertyInfo Overview | MembersSystem.Reflection.PropertyInfo.GetAccessors Overloads |
The overloads of GetAccessors are listed below. For a list of all members, see the PropertyInfo Members list.
GetAccessors() : MethodInfo[] Returns an array whose elements reflect the public Get , Set, and other accessors of the property reflected by the current instance. abstractGetAccessors(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.