Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Line 66:
The dictionary can also be initialized with all entries during construction. This is called "object initialization".
<source lang=CSharp>
Dictionary<string, string>var dic = new Dictionary<string, string>
{
{"Sally Smart", "555-9999"},