Sdílet prostřednictvím


GenericTypeName.GenericArguments Property

Definition

The generic arguments for this typename.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ITypeName ^> ^ GenericArguments { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::Language::ITypeName ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ITypeName> GenericArguments { get; }
member this.GenericArguments : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.Language.ITypeName>
Public ReadOnly Property GenericArguments As ReadOnlyCollection(Of ITypeName)

Property Value

Applies to