标签: c#
一个人有可能拥有这样的东西吗?
public void Foo(Bar someBar, int someBarValues = someBar.aInt){ //do something }
或者字面上是无意义的,因为默认值必须是运行时常量? 如果是这样的话,有什么工作吗?