Example #1
0
 public ConstructorProxyGenerator(IMethodBodyGetter methodBodyGetter)
 {
     this.methodBodyGetter = methodBodyGetter;
 }
 public ClassProxyGenerator(IMethodBodyGetter methodBodyGetter) => this.methodBodyGetter = methodBodyGetter;
 public MethodProxyGenerator(IMethodBodyGetter methodBodyGetter)
 {
     this.methodBodyGetter = methodBodyGetter;
 }