The MutableByte type exposes the following members.

Constructors

  NameDescription
MutableByteOverloaded.

Methods

  NameDescription
AppendOverloaded.
Clone
Clone object
CompareToOverloaded.
EqualsOverloaded.
FieldGetter (Inherited from Object.)
FieldSetter (Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Get
Get sub-array
GetFieldInfo (Inherited from Object.)
GetHashCode
Returns object hash code. Just calls the base class implementation.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InsertOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
PrependOverloaded.
Remove
Remove array byte members starting with position start for the length length bytes.
RemoveBeginning
Remove bytes from the beginning of the array
RemoveEnd
Remove number of byte values from the end of the internal buffer
Reset
Reset object data to null
SetOverloaded.
ToStringOverloaded.

Operators

  NameDescription
AdditionOverloaded.
Equality
Compare two MutableByte class contents
GreaterThan
Greater then operator overload.
Implicit
Allow implicit casting of this object as a byte array for any callers.
Inequality
Negative compare.
LessThan
Lesser then operator overload.

Properties

  NameDescription
Item
Index operator. Index access to the underlying byte array
Length
Byte buffer current length

See Also