Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
toDictionary Class
toDictionary Methods
toDictionary Class
A static container for identity method
Inheritance Hierarchy
System
Object
WhetStone.Looping
toDictionary
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
class
toDictionary
Methods
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
WhetStone.Looping Namespace