PropertyInfo.GetAccessors Method
.NET Framework 4
Returns an array of the get and set accessors on this property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetAccessors() | Returns an array whose elements reflect the public get, set, and other 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, set, and other accessors of the property reflected by the current instance. |