Collection |
Name | Description | |
---|---|---|
ToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue) | Creates a Dictionary{TKey, TValue} from an IEnumerable{KeyValuePair{TKey, TValue}}. | |
ToDictionaryTKey, TValue(IEnumerableKeyValuePairTKey, TValue, IEqualityComparerTKey) | Creates a Dictionary{TKey, TValue} from an IEnumerable{KeyValuePair{TKey, TValue}}. |