BinarySearchTree<TKey,TValue>.Empty property

Returns true if the tree is empty.

public bool Empty { get; }

See Also