public PropertyGenerator( PropertyInfo contractProperty, AspectGenerator aspectGenerator) { this.contractProperty = contractProperty; this.aspectGenerator = aspectGenerator; }
public MethodGenerator( MethodInfo contractMethod, MethodInfo implementationMethod, AspectGenerator aspectGenerator) { this.contractMethod = contractMethod; this.implementationMethod = implementationMethod; this.aspectGenerator = aspectGenerator; }