ParameterInfo.NameImpl 字段
定义
参数的名称。The name of the parameter.
protected: System::String ^ NameImpl;
protected string? NameImpl;
protected string NameImpl;
val mutable NameImpl : string
Protected NameImpl As String
字段值
注解
此字段仅适用于从派生类的用户 ParameterInfo 。This field is intended only for users who are deriving classes from ParameterInfo.
对参数名称的典型访问通过 Name 。Typical access to the parameter name is through the Name.