The DictionaryExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberEnsureValue<(Of <<'(TKey, TValue>)>>)
create the value if not already stored for that key
Public methodStatic memberFirstValue<(Of <<'(TKey, TValue>)>>)
Public methodStatic memberValueOrDefault<(Of <<'(TKey, TValue>)>>)
From http://www.haiders.net/post/Dictionary-Lookup-avoiding-KeyNotFound-Exception.aspx

See Also