ParameterInfo.AttrsImpl 字段

定义

参数的属性。

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

字段值

注解

此字段仅适用于从 ParameterInfo中派生类的用户。

对参数属性的典型访问是通过 Attributes

适用于