IParameterSymbol.Ordinal Property

Definition

Gets the ordinal position of the parameter. The first parameter has ordinal zero. The 'this' parameter ('Me' in Visual Basic) has ordinal -1.

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

Property Value

Applies to