SkipList<TKey,TValue>.Keys property

Gets an ICollection containing the keys of the Skip List.

public ICollection<TKey> Keys { get; }

See Also