示例#1
0
 public CorGenericParam(CorModuleDef readerModule, uint rid, ICorTypeOrMethodDef owner)
 {
     this.readerModule = readerModule;
     this.rid          = rid;
     this.origRid      = rid;
     this.owner        = owner;
 }
示例#2
0
 public CorGenericParam(CorModuleDef readerModule, uint rid, ICorTypeOrMethodDef owner)
 {
     this.readerModule = readerModule;
     this.rid = rid;
     this.origRid = rid;
     this.owner = owner;
 }