Beispiel #1
0
 public MarshalledElementFactory(Logger logger, GlobalNamespaceProvider globalNamespace, TypeRegistry typeRegistry)
 {
     this.typeRegistry    = typeRegistry;
     this.globalNamespace = globalNamespace;
     this.logger          = logger;
 }
Beispiel #2
0
 public MethodOverloadBuilder(GlobalNamespaceProvider globalNamespace, TypeRegistry typeRegistry)
 {
     this.globalNamespace = globalNamespace;
     this.typeRegistry    = typeRegistry;
 }