ParameterInfo.AttrsImpl 字段
定义
参数的属性。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
字段值
注解
此字段仅适用于从派生类的用户 ParameterInfo 。This field is intended only for users who are deriving classes from ParameterInfo.
对参数特性的典型访问通过 Attributes 。Typical access to parameter attributes is through Attributes.