Exemplo n.º 1
0
            public static Dictionary GetPredefinedDictionary(PREDEFINED_DICTIONARY_NAME name)
            {
                Dictionary dictionary = new Dictionary(au_getPredefinedDictionary(name));

                dictionary.name = name;
                return(dictionary);
            }
Exemplo n.º 2
0
 static extern System.IntPtr au_getPredefinedDictionary(PREDEFINED_DICTIONARY_NAME name);