The DictionaryExtensions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| EnsureValue<(Of <<'(TKey, TValue>)>>) |
create the value if not already stored for that key
| |
| FirstValue<(Of <<'(TKey, TValue>)>>) | ||
| ValueOrDefault<(Of <<'(TKey, TValue>)>>) |
From http://www.haiders.net/post/Dictionary-Lookup-avoiding-KeyNotFound-Exception.aspx
|