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; }
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._ = _; }
public imethod(nameOff name = default, typeOff typ = default) { this.name = name; this.typ = typ; }
public ptabEntry(nameOff name = default, typeOff typ = default) { this.name = name; this.typ = typ; }