Click or drag to resize
DictionaryExtensionMethods Class
Class for Dictionary related extension methods.
Inheritance Hierarchy
SystemObject
  SD.Tools.BCLExtensions.CollectionsRelatedDictionaryExtensionMethods

Namespace:  SD.Tools.BCLExtensions.CollectionsRelated
Assembly:  SD.Tools.BCLExtensions (in SD.Tools.BCLExtensions.dll) Version: 1.1.1
Syntax
public static class DictionaryExtensionMethods

The DictionaryExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddRangeTKey, TValue
Adds the range specified to the dictionary specified, using the key producer func to produce the key values. If the key already exists, the key's value is overwritten with the value to add.
Public methodStatic memberGetValueTKey, TValue
Gets the value for the key from the dictionary specified, or null / default(TValue) if key not found or the key is null.
Top
See Also