DictionaryExtensionsGetValueOrDefaultTKey, TValue Method (IDictionaryTKey, TValue, TKey, FuncTValue, Boolean) |
Namespace: Bio.Util
public static TValue GetValueOrDefault<TKey, TValue>( this IDictionary<TKey, TValue> dictionary, TKey key, Func<TValue> defaultValueConstructor, bool insertIfMissing = true )
[Missing <param name="dictionary"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <param name="key"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <param name="defaultValueConstructor"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <param name="insertIfMissing"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <typeparam name="TKey"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <typeparam name="TValue"/> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]
[Missing <returns> documentation for "M:Bio.Util.DictionaryExtensions.GetValueOrDefault``2(System.Collections.Generic.IDictionary{``0,``1},``0,System.Func{``1},System.Boolean)"]