Exemplo n.º 1
0
 public ListEnum(IEnumerableList list)
 {
     Utils.ThrowException(list == null ? new ArgumentNullException("list") : null);
     mList = list;
 }