ParameterInfo.AttrsImpl Field

Definition

The attributes of the parameter.

protected: System::Reflection::ParameterAttributes AttrsImpl;
protected System.Reflection.ParameterAttributes AttrsImpl;
val mutable AttrsImpl : System.Reflection.ParameterAttributes
Protected AttrsImpl As ParameterAttributes 

Field Value

Remarks

This field is intended only for users who are deriving classes from ParameterInfo.

Typical access to parameter attributes is through Attributes.

Applies to