public static ValueReadOnlyCollection.SkipTakeEnumerable <ValueWrapper <TKey, TValue>, SortedDictionary <TKey, TValue> .Enumerator, KeyValuePair <TKey, TValue> > Take <TKey, TValue>(this SortedDictionary <TKey, TValue> source, int count)
 => ValueReadOnlyCollection.Take <ValueWrapper <TKey, TValue>, SortedDictionary <TKey, TValue> .Enumerator, KeyValuePair <TKey, TValue> >(new ValueWrapper <TKey, TValue>(source), count);
示例#2
0
 public static ValueReadOnlyCollection.SkipTakeEnumerable <ValueWrapper <TSource>, SortedSet <TSource> .Enumerator, TSource> Take <TSource>(this SortedSet <TSource> source, int count)
 => ValueReadOnlyCollection.Take <ValueWrapper <TSource>, SortedSet <TSource> .Enumerator, TSource>(new ValueWrapper <TSource>(source), count);
示例#3
0
 public static ValueReadOnlyCollection.SkipTakeEnumerable <ValueWrapper <TKey, TValue>, Dictionary <TKey, TValue> .KeyCollection.Enumerator, TKey> Take <TKey, TValue>(this Dictionary <TKey, TValue> .KeyCollection source, int count)
 => ValueReadOnlyCollection.Take <ValueWrapper <TKey, TValue>, Dictionary <TKey, TValue> .KeyCollection.Enumerator, TKey>(new ValueWrapper <TKey, TValue>(source), count);