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