Ejemplo n.º 1
0
		public void Concat(ByteBuffer other)
		{
			this.byteCode.AddRange(other.byteCode);
			this.tokens.AddRange(other.tokens);
			this.stringArgs.AddRange(other.stringArgs);
		}