Click or drag to resize
PropertyInfoGetAccessors Method
Returns an array whose elements reflect the public get, set, and other accessors of the property reflected by the current instance.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo[] GetAccessors()

Return Value

Type: MethodInfo
An array of MethodInfo objects that reflect the public get, set, and other accessors of the property reflected by the current instance, if found; otherwise, this method returns an array with zero (0) elements.
See Also