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 |
| Static method: KeyValuePair<TKey, TValue> KeyValuePair<TKey, TValue>(TKey, TValue)Declarationpublic static KeyValuePair<TKey, TValue> KeyValuePair<TKey, TValue>(
TKey key,
TValue value
) SummaryAllows the use of type inference when creating .NET’s KeyValuePair<TK,TV>. Generic type parametersTKey | This type parameter is not documented. | TValue | This type parameter is not documented. |
|