BinarySearchTree<TKey,TValue>.Count property

Returns the number of items in the tree.

public int Count { get; protected set; }

See Also