The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyInfo::GetAccessors Method
.NET Framework (current version)
Returns an array of the get and set accessors on this property.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetAccessors() | Returns an array whose elements reflect the public get and set accessors of the property reflected by the current instance. |
![]() | GetAccessors(Boolean) | Returns an array whose elements reflect the public and, if specified, non-public get and set accessors of the property reflected by the current instance. |
Show:
