System.Collections.IEnumerable; как его подключить? - C#
Формулировка задачи:
int[] badhands ;//: System.Collections.IEnumerable;
badhands =new int[] : System.Collections.IEnumerable;
badhands=new int{870,750,650,520,500,460,450};Решение задачи: «System.Collections.IEnumerable; как его подключить?»
textual
Листинг программы
using System;