10 Mayıs 2010 Pazartesi

HashSet Kullanımı

HashSet h = new HashSet();
h.Add(7);
h.Add(11);
h.Add(7);

Console.WriteLine(h.Count);

Hiç yorum yok:

Yorum Gönder