Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: IEnumerable<ValueTuple<TKey, TValue>> ToTuples<TKey, TValue>(this IEnumerable<KeyValuePair<TKey, TValue>>)Declarationpublic static IEnumerable<ValueTuple<TKey, TValue>> ToTuples<TKey, TValue>(
this IEnumerable<KeyValuePair<TKey, TValue>> kvps
)Summary
Converts the current sequence of Ut.KeyValuePair<TKey, TValue>(TKey, TValue)s to a sequence of
value tuples. Generic type parameters| TKey | This type parameter is not documented. | | TValue | This type parameter is not documented. |
|