Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
toDictionary Class
toDictionary Methods
ToDictionary Method
ToDictionary(K, V) Method (IEnumerable(KeyValuePair(K, V)))
ToDictionary(K, V) Method (IEnumerable(Tuple(K, V)))
toDictionary
ToDictionary Method
Overload List
Name
Description
ToDictionary
K, V
(IEnumerable
KeyValuePair
K, V
)
Convert an
IEnumerable
T
of
KeyValuePair
TKey, TValue
into an
IDictionary
TKey, TValue
.
ToDictionary
K, V
(IEnumerable
Tuple
K, V
)
Convert an
IEnumerable
T
of
Tuple
T1, T2
into an
IDictionary
TKey, TValue
.
Top
See Also
Reference
toDictionary Class
WhetStone.Looping Namespace