Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ this[int index]

object? ITuple. System.ValueTuple< T1, T2, T3, T4, T5, T6, T7, TRest >.this[int index]
get

Implements System.Runtime.CompilerServices.ITuple.

Definition at line 16 of file ValueTuple.cs.

17 {
18 get
19 {
20 throw new IndexOutOfRangeException();
21 }
22 }