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

◆ this[int index] [2/3]

Implements System.Collections.IList.

Definition at line 953 of file ImmutableSortedSet.cs.

954 {
955 get
956 {
957 return this[index];
958 }
959 set
960 {
961 throw new NotSupportedException();
962 }
963 }