c sharp add item to dictionary

C#
// To add an item to a dictionary use 'Add()'
dict.Add(1,"One");
Source

Also in C#: