public void Concat(ByteBuffer other) { this.byteCode.AddRange(other.byteCode); this.tokens.AddRange(other.tokens); this.stringArgs.AddRange(other.stringArgs); }