ITuple.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 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
的範圍可以從 Tuple
之 Item1
的 0,到小於 Tuple
的項目數目。
屬性值
指定的 Tuple
項目值。