DkmClrNcInstructionSymbol.GenericParameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无对于泛型方法,这为每个泛型参数提供了 ECMA 格式的 TypeSpec 签名。 对于非泛型方法,此值将为 null。 对于非合并模块,此项相对于映射 (或伪 IL 程序集) 。
此 API 是在 Visual Studio 15 Update 6 (VS15Update6) 中引入的。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GenericParameters { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GenericParameters { get; }
member this.GenericParameters : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property GenericParameters As ReadOnlyCollection(Of Byte)