public static ValueReadOnlyCollection.SkipTakeEnumerable <ValueWrapper <TKey, TValue>, SortedDictionary <TKey, TValue> .Enumerator, KeyValuePair <TKey, TValue> > Skip <TKey, TValue>(this SortedDictionary <TKey, TValue> source, int count)
 => ValueReadOnlyCollection.Skip <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> Skip <TSource>(this SortedSet <TSource> source, int count)
 => ValueReadOnlyCollection.Skip <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> Skip <TKey, TValue>(this Dictionary <TKey, TValue> .KeyCollection source, int count)
 => ValueReadOnlyCollection.Skip <ValueWrapper <TKey, TValue>, Dictionary <TKey, TValue> .KeyCollection.Enumerator, TKey>(new ValueWrapper <TKey, TValue>(source), count);