Код: Выделить всё
public MyClass
{
public int? a { get; set; }
public int? b { get; set; }
public int? c { get; set; }
}
Код: Выделить всё
3
Код: Выделить всё
3
Код: Выделить всё
public MyClass
{
public int? a { get; set; }
public int? b { get; set; }
public int? c { get; set; }
}
Код: Выделить всё
3
Код: Выделить всё
3