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

◆ this[int index] [4/4]

object? IList. System.Collections.Immutable.ImmutableList< T >.this[int index]
getsetprivate

Implements System.Collections.IList.

Definition at line 1639 of file ImmutableList.cs.

1640 {
1641 get
1642 {
1643 return this[index];
1644 }
1645 set
1646 {
1647 throw new NotSupportedException();
1648 }
1649 }