BTDB.Buffer.ByteBuffer.NewEmpty C# (CSharp) Method

NewEmpty() public static method

public static NewEmpty ( ) : ByteBuffer
return ByteBuffer
        public static ByteBuffer NewEmpty()
        {
            return new ByteBuffer(BitArrayManipulation.EmptyByteArray, 0, 0);
        }