Example #1
0
 public static void  GetArray <T>(this MyList <T> myList)
 {
     myList.DisplayAllElements();
 }