Esempio n. 1
0
 public ConstructorAccessor(ConstructorInfo constructorInfo)
 {
     this.isStatic       = true;
     this.methodDelegate = constructorInfo.CreateMethod();
 }