コード例 #1
0
ファイル: BaseTag.cs プロジェクト: wuzhen/SwfDecompiler
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }
コード例 #2
0
 protected override void OnCompile()
 {
     this._TagHeader = new RecordHeader(this._TagID, this.Length);
     this.Insert(0, this._TagHeader);
     base.OnCompile();
 }