GenericParameter.Name 属性

定义

获取泛型参数的名称。Gets the name of the generic parameter.

public:
 property System::Reflection::Metadata::StringHandle Name { System::Reflection::Metadata::StringHandle get(); };
public System.Reflection.Metadata.StringHandle Name { get; }
member this.Name : System.Reflection.Metadata.StringHandle
Public ReadOnly Property Name As StringHandle

属性值

StringHandle

注解

对应于 Name GenericParam ECMA-335 标准中的表的字段。Corresponds to the Name field of the GenericParam table in the ECMA-335 Standard.

适用于