Ejemplo n.º 1
0
 public PrimitiveTypeRef(PEAPI.PrimitiveType type, string full_name, ArrayList conv_list, string sig_mod)
     : base(full_name, conv_list, sig_mod)
 {
     this.type = type;
     if (SigMod == null)
     {
         SigMod = String.Empty;
     }
 }
Ejemplo n.º 2
0
 public PrimitiveTypeRef(PEAPI.PrimitiveType type, string full_name)
     : this(type, full_name, null, String.Empty)
 {
 }