MoreEnumerableToDictionaryTKey, TValue Method (IEnumerableValueTuple`2TKey, TValue) |
[Missing <summary> documentation for "M:MoreLinq.MoreEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})"]
Namespace: MoreLinq
public static Dictionary<TKey, TValue> ToDictionary<TKey, TValue>( this IEnumerable<ValueTuple<TKey, TValue>> source )
[Missing <param name="source"/> documentation for "M:MoreLinq.MoreEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})"]
[Missing <typeparam name="TKey"/> documentation for "M:MoreLinq.MoreEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})"]
[Missing <typeparam name="TValue"/> documentation for "M:MoreLinq.MoreEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})"]
[Missing <returns> documentation for "M:MoreLinq.MoreEnumerable.ToDictionary``2(System.Collections.Generic.IEnumerable{System.ValueTuple{``0,``1}})"]