DkmClrNcInstructionAddress.GenericParameters Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Seçim Genel yöntemler için bu, her genel parametre için ECMA biçimli TypeSpec imzasını sağlar. Genel olmayan yöntemler için bu null olacaktır. Birleştirilmemiş modüller için bu eşleme (veya sözde IL derlemesi) ile ilişkilidir.
Bu API, Visual Studio 15 güncelleştirme 6 ' da (DkmApiVersion. VS15Update6) tanıtılmıştır.
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)