static void Main(string[] args) { MyList <string> isimler = new MyList <string>(); isimler.Add("Engin"); }