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 

字段值

ParameterAttributes

注解

此字段仅适用于从派生类的用户 ParameterInfoThis field is intended only for users who are deriving classes from ParameterInfo.

对参数特性的典型访问通过 AttributesTypical access to parameter attributes is through Attributes.

适用于