Exemple #1
0
 public method(nameOff name = default, typeOff mtyp = default, textOff ifn = default, textOff tfn = default)
 {
     this.name = name;
     this.mtyp = mtyp;
     this.ifn  = ifn;
     this.tfn  = tfn;
 }
Exemple #2
0
 public uncommontype(nameOff pkgpath = default, ushort mcount = default, ushort xcount = default, uint moff = default, uint _ = default)
 {
     this.pkgpath = pkgpath;
     this.mcount  = mcount;
     this.xcount  = xcount;
     this.moff    = moff;
     this._       = _;
 }
Exemple #3
0
 public imethod(nameOff name = default, typeOff typ = default)
 {
     this.name = name;
     this.typ  = typ;
 }
Exemple #4
0
 public ptabEntry(nameOff name = default, typeOff typ = default)
 {
     this.name = name;
     this.typ  = typ;
 }