Exemplo n.º 1
0
 public static int Count(DictionaryKeyKey dictionary)
 {
     return(dictionary.count);
 }
Exemplo n.º 2
0
 public static List <string> GetKeys(DictionaryKeyKey dictionary)
 {
     return(dictionary.dictionaryFirstVar.Keys.ToList());
 }