Код: Выделить всё
public class Foo {
public Func DoCalculation {get;init;}
public string Bar {get;init;}
}
Подробнее здесь: https://stackoverflow.com/questions/756 ... c-in-syste
Код: Выделить всё
public class Foo {
public Func DoCalculation {get;init;}
public string Bar {get;init;}
}