C# 6.0–Dictionary Initializers
This blog post is part of C# 6.0 Features Series. As we know c# 6.0 provides some cool new features and syntax sugar. Dictionary Initializers is one of them. Till C# 5.0 we used to have collection initializers for collections but now C# 6.0 provides new way of initializing dictionary . This initialization features is