The attributes of the parameter.
[Visual Basic] Protected AttrsImpl As ParameterAttributes [C#] protected ParameterAttributes AttrsImpl; [C++] protected: ParameterAttributes AttrsImpl; [JScript] protected var AttrsImpl : ParameterAttributes;
A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The attributes of the parameter can be accessed through Attributes.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace