







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetDictionaryConverter<(Of <TKey, TValue>)>(IDictionary<(Of <TKey, 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).
|
![]() ![]() | GetDictionaryConverter<(Of <TKey, TValue>)>(IDictionary<(Of <TKey, 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.
|