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

◆ this[int index] [3/4]

Implements System.Collections.IList.

Definition at line 1621 of file ImmutableList.cs.

1622 {
1623 get
1624 {
1625 return this[index];
1626 }
1627 set
1628 {
1629 throw new NotSupportedException();
1630 }
1631 }