See Also: PropertyInfo Members
A property is a named aspect of an object's state whose value is typically accessible through Get and Set accessors.
Several methods in this class assume that the Get and Set accessors of a property have certain formats. The signatures of the accessors are required to match the following conventions:
If this format is not followed, the behavior of the PropertyInfo.GetValue(object, Object[]) and PropertyInfo.SetValue(object, object, Object[]) methods is undefined.