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

◆ this[int index] [3/3]

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

Implements System.Collections.IList.

Definition at line 975 of file ImmutableSortedSet.cs.

976 {
977 get
978 {
979 return this[index];
980 }
981 set
982 {
983 throw new NotSupportedException();
984 }
985 }