ITypeParameterSymbol.TypeParameterKind Property

Definition

The type parameter kind of this type parameter.

public:
 property Microsoft::CodeAnalysis::TypeParameterKind TypeParameterKind { Microsoft::CodeAnalysis::TypeParameterKind get(); };
public Microsoft.CodeAnalysis.TypeParameterKind TypeParameterKind { get; }
member this.TypeParameterKind : Microsoft.CodeAnalysis.TypeParameterKind
Public ReadOnly Property TypeParameterKind As TypeParameterKind

Property Value

Applies to