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: ValueTuple<TKey, TValue> ToTuple<TKey, TValue>(this KeyValuePair<TKey, TValue>)Declarationpublic static ValueTuple<TKey, TValue> ToTuple<TKey, TValue>(
this KeyValuePair<TKey, TValue> kvp
)SummaryConverts the current Ut.KeyValuePair<TKey, TValue>(TKey, TValue) to a value tuple. Generic type parameters| TKey | This type parameter is not documented. | | TValue | This type parameter is not documented. |
|