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: void Deconstruct<TKey, TValue>(this KeyValuePair<TKey, TValue>, out TKey, out TValue)Declarationpublic static void Deconstruct<TKey, TValue>(
this KeyValuePair<TKey, TValue> source,
out TKey key,
out TValue value
) SummaryAllows the deconstruction of KeyValuePairs into separate variables. Generic type parametersTKey | This type parameter is not documented. | TValue | This type parameter is not documented. |
|