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.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo[] GetAccessors()
Return Value
Type:
MethodInfoAn 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