Info
| Version: | 1.0.0 | 
| Author(s): | Lars Corneliussen | 
| Last Update: | Tuesday, September 25, 2012 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/Minimod.NestedDictionary | 
Install
Install-Package Minimod.NestedDictionary
                        dotnet add package Minimod.NestedDictionary
                        paket add Minimod.NestedDictionary
                        
                                Minimod.NestedDictionary Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
a) EnsureValueFor(TKey key): Creates a instance of TValue for the given key and returns it;
b) AddToCollection(TKey key, item(s)): Ensures the concrete collection type for key, and adds the given value(s) to it.