Como adicionar elemento ao dicionário
Dictionary<Key, Value> dict = new Dictionary<>();
dict.put(typeof(key), typeof(value));
Defeated Dolphin
Dictionary<Key, Value> dict = new Dictionary<>();
dict.put(typeof(key), typeof(value));