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