SkipList<TKey,TValue>.Values property

Gets an ICollection containing the values of the Skip List.

public ICollection<TValue> Values { get; }

See Also