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 の範囲は、TupleItem1 について 0 から、Tuple の要素の数より 1 少ない数までです。

プロパティ値

Object

指定した Tuple 要素の値。

適用対象