INamedTypeSymbol.TypeParameters Property

Definition

Returns the type parameters that this type has. If this is a non-generic type, returns an empty ImmutableArray.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeParameterSymbol ^> TypeParameters { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeParameterSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeParameterSymbol> TypeParameters { get; }
member this.TypeParameters : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeParameterSymbol>
Public ReadOnly Property TypeParameters As ImmutableArray(Of ITypeParameterSymbol)

Property Value

Applies to