Tuple<T1,T2,T3,T4,T5,T6,T7>.ITuple.Item[Int32] Właściwość

Definicja

Pobiera wartość określonego Tuple elementu.

property System::Object ^ System::Runtime::CompilerServices::ITuple::Item[int] { System::Object ^ get(int index); };
object? System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
object System.Runtime.CompilerServices.ITuple.Item[int index] { get; }
member this.System.Runtime.CompilerServices.ITuple.Item(int) : obj
 ReadOnly Property Item(index As Integer) As Object Implements ITuple.Item

Parametry

index
Int32

Indeks określonego Tuple elementu. index może wahać się od 0 do 6.

Wartość właściwości

Object

Wartość Tuple elementu na określonej pozycji.

Implementuje

Wyjątki

index jest mniejsza niż 0 lub większa niż 6.

Uwagi

Właściwość Tuple<T1,T2,T3,T4,T5,T6,T7>.ITuple.Item[] jest jawną implementacją interfejsu. Aby go wywołać, należy rzutować lub przekonwertować Tuple<T1,T2,T3,T4,T5,T6,T7> obiekt na obiekt interfejsu ITuple .

Dotyczy