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

◆ Count

int System.Collections.Generic.SortedSet< T >.Count
getinherited

Implements System.Collections.Generic.ICollection< T >.

Definition at line 693 of file SortedSet.cs.

694 {
695 get
696 {
698 return count;
699 }
700 }
virtual void VersionCheck(bool updateCount=false)
Definition SortedSet.cs:894

Referenced by System.Collections.Generic.SortedSet< T >.CheckUniqueAndUnfoundElements(), System.Collections.Generic.SortedSet< T >.CopyTo(), System.Collections.Generic.SortedSet< T >.CopyTo(), System.Collections.Generic.SortedSet< T >.CopyTo(), System.Collections.Generic.SortedSet< T >.GetObjectData(), System.Collections.Generic.SortedSet< T >.InOrderTreeWalk(), System.Collections.Generic.SortedSet< T >.IntersectWith(), System.Collections.Generic.SortedSet< T >.IntersectWithEnumerable(), System.Collections.Generic.SortedSet< T >.IsProperSubsetOf(), System.Collections.Generic.SortedSet< T >.IsProperSupersetOf(), System.Collections.Generic.SortedSet< T >.IsSubsetOf(), System.Collections.Generic.SortedSet< T >.IsSupersetOf(), System.Collections.Generic.SortedSet< T >.Overlaps(), System.Collections.Generic.SortedSet< T >.RemoveWhere(), System.Collections.Generic.SortedSet< T >.SetEquals(), System.Collections.Generic.SortedSet< T >.SymmetricExceptWith(), System.Collections.Generic.SortedSet< T >.TotalCount(), and System.Collections.Generic.SortedSet< T >.UnionWith().