DkmClrType.GenericArguments 属性

定义

可有可无如果类型为泛型,则指定类型的泛型参数。

         此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。
public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ GenericArguments { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType> GenericArguments { get; }
member this.GenericArguments : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmClrType>
Public ReadOnly Property GenericArguments As ReadOnlyCollection(Of DkmClrType)

属性值

ReadOnlyCollection<DkmClrType>

适用于