An array of type MethodInfo containing the matching public or non-public accessors, or an empty array if matching accessors do not exist on this property.
To get the accessors of a property, reflect on the property's parent type using Type.GetType or Assembly.GetType, retrieve the Reflection property object from the type, and call PropertyInfo.GetAccessors.