Ejemplo n.º 1
0
 public PropertyGenerator(
     PropertyInfo contractProperty,
     AspectGenerator aspectGenerator)
 {
     this.contractProperty = contractProperty;
     this.aspectGenerator  = aspectGenerator;
 }
Ejemplo n.º 2
0
 public MethodGenerator(
     MethodInfo contractMethod,
     MethodInfo implementationMethod,
     AspectGenerator aspectGenerator)
 {
     this.contractMethod       = contractMethod;
     this.implementationMethod = implementationMethod;
     this.aspectGenerator      = aspectGenerator;
 }