IParameterSymbol.Ordinal プロパティ

定義

パラメーターの序数位置を取得します。 最初のパラメーターには序数 0 があります。 'this' パラメーター (Visual Basic の 'Me') には序数 -1 があります。

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

プロパティ値

適用対象