Example #1
0
 public CustomCollectionEnumerator(CustomCollection <T> _list)
 {
     list = _list;
 }