e.g. ```csharp var dic = new Dictionary<string, string> { ["hello"] = "world" }; ```

e.g.
var dic = new Dictionary<string, string> {
  ["hello"] = "world"
};
Was this page helpful?