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

◆ Reverse()

Definition at line 1259 of file ImmutableSortedSet.cs.

1260 {
1261 return new ReverseEnumerable(_root);
1262 }

References System.Collections.Immutable.ImmutableSortedSet< T >._root.