DkmClrNcInstructionSymbol.GenericParameters Property

Definition

[Optional] For generic methods, this provides the ECMA formatted TypeSpec signature for each generic parameter. For non-generic methods, this will be null. For non-merged modules this is relative to the mapping (or pseudo-IL assembly).

This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.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)

Property Value

Applies to