ITypeParameterSymbol.Ordinal Property

Definition

The ordinal position of the type parameter in the parameter list which declares it. The first type parameter has ordinal zero.

public:
 property int Ordinal { int get(); };
public int Ordinal { get; }
member this.Ordinal : int
Public ReadOnly Property Ordinal As Integer

Property Value

Applies to