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

◆ Count

int IBinaryTree. System.Collections.Immutable.SortedInt32KeyNode< TValue >.Count
getprivate

Implements System.Collections.Immutable.IBinaryTree< out T >.

Definition at line 144 of file SortedInt32KeyNode.cs.

145 {
146 get
147 {
148 throw new NotSupportedException();
149 }
150 }