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

◆ IsWithinRange()

virtual bool System.Collections.Generic.SortedSet< T >.IsWithinRange ( T item)
inlinepackagevirtualinherited

Reimplemented in System.Collections.Generic.SortedSet< T >.TreeSubSet.

Definition at line 903 of file SortedSet.cs.

904 {
905 return true;
906 }