我可以 constructor 从同一个类中调用一个方法C#吗?
constructor
C#
例子:
class A { public A() { /* Do Something here */ } public void methodA() { /* Need to call Constructor here */ } }
.net c# constructor
.net ×1
c# ×1
constructor ×1