Click or drag to resize

CollectionExtensionsForceValue Method

Overload List
 NameDescription
Public Extension MethodForceValueTKey, TValue(IDictionaryTKey, TValue, TKey, TValue) Gets the value associated with the specified key from the dictionary, or creates a new entry if the dictionary does not contain a value associated with the key.
Public Extension MethodForceValueTKey, TValue(IDictionaryTKey, TValue, TKey, FuncTKey, TValue) Gets the value associated with the specified key from the dictionary, or creates a new entry if the dictionary does not contain a value associated with the key.
Top
See Also