最佳答案
如何构造直接向自己的类传递参数的对象?
就像这样:
Dim this_employee as Employee
Set this_employee = new Employee(name:="Johnny", age:=69)
不能做到这一点是非常恼人的,你最终用肮脏的解决方案来解决这个问题。