GetDictionaryConverter Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodStatic memberGetDictionaryConverter<(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).
Public methodStatic memberGetDictionaryConverter<(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.

See Also