Exemple #1
0
 public CodeGen(Emit.MethodBuilder methb, MethodDeclaration methodDec, Collections.Dictionary <string, Emit.FieldBuilder> typefieldList, string _dllProbeDirectory, MethodGen _parent)
 {
     this.dllProbeDirectory = _dllProbeDirectory;
     this.typefieldList     = typefieldList;
     this.parent            = _parent;
     this.methb             = methb;
     this.methodDec         = methodDec;
 }