Код: Выделить всё
public int[] Ids { get; set; }
Код: Выделить всё
public int?[] Ids { get; set; }
Подробнее здесь: https://stackoverflow.com/questions/790 ... -int-array
Код: Выделить всё
public int[] Ids { get; set; }
Код: Выделить всё
public int?[] Ids { get; set; }