Beispiel #1
0
        static void Main(string[] args)
        {
            MyDictonary <string> words = new MyDictonary <string>();

            words.Add("Country");
            words.Add("Apple");
            words.Add("Travel");

            words.Listele();
        }