DictionaryWithDefault<TKey,TValue>

Just a regular Dictionary<TKey,TValue> but instead of throwing an error when a key doesn’t exist it just returns a specified default value.

Usage

Todo

Write how to use DictionaryWithDefault

Examples

Todo

Write some examples for DictionaryWithDefault