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 的項目數目。

屬性值

指定的 Tuple 項目值。

適用於