예제 #1
0
파일: ParamDef.cs 프로젝트: nobled/mono
 public ParamDef (PEAPI.ParamAttr attr, string name,
                 BaseTypeRef typeref) {
         this.attr = attr;
         this.name = name;
         this.typeref = typeref;
         is_defined = false;
         defval = null;
 }
 public ParamDef(PEAPI.ParamAttr attr, string name,
                 BaseTypeRef typeref)
 {
     this.attr    = attr;
     this.name    = name;
     this.typeref = typeref;
     is_defined   = false;
     defval       = null;
 }