AlgorithmsGetDictionaryConverter Method |
Name | Description | |
---|---|---|
![]() ![]() | GetDictionaryConverterTKey, TValue(IDictionaryTKey, TValue) |
Creates a delegate that converts keys to values by used a dictionary to map values. Keys
that a not present in the dictionary are converted to the default value (zero or null).
|
![]() ![]() | GetDictionaryConverterTKey, TValue(IDictionaryTKey, TValue, TValue) |
Creates a delegate that converts keys to values by used a dictionary to map values. Keys
that a not present in the dictionary are converted to a supplied default value.
|