Ejemplo n.º 1
0
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }
Ejemplo n.º 2
0
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }