Overload List

NameDescription
MutableByte()()()
Standard constructor. Initializes the internal buffer to null.
MutableByte(array<Byte>[]()[])
Constructor. Initialize internal buffer with supplied value.
MutableByte(array<Byte>[]()[], array<Byte>[]()[])
Create new MutableByte class initialized by adding two byte buffers together. If one of the supplied byte arrays is value null then ArgumentNullException is thrown.
MutableByte(array<Byte>[]()[], Int32)
Create new MutableByte class initialized with data from the supplied array up to length of buflen. Internaly, a call is made to MutableByte.Set(buf[],int) to initialize the new class data buffer.

See Also