예제 #1
0
 public ConstructorBindingInfo(BindingManager bindingManager, Type decalringType)
 {
     this.decalringType = decalringType;
     this.csBindName    = bindingManager.GetConstructorBindName();
     this.jsName        = "constructor";
 }