ITuple.Item[Int32] プロパティ

定義

指定した Tuple 要素の値を返します。

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object? this[int index] { get; }
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

パラメーター

index
Int32

指定した Tuple 要素のインデックス。 indexは、Item1Tupleが 0 から、Tuple内の要素の数より 1 未満の範囲です。

プロパティ値

指定した Tuple 要素の値。

適用対象