Click or drag to resize

ByteCollection Methods

The ByteCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a byte to the collection.
Public methodAddRange(Byte)
Adds a range of bytes to the collection.
Public methodAddRange(ByteCollection)
Adds a byte collection to this collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets a byte from the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange
Gets a range of bytes from the collection.
Public methodGetType (Inherited from Object.)
Public methodInsertRange(Int32, ByteCollection)
Inserts a byte collection into this collection.
Public methodInsertRange(Int32, Byte)
Inserts a range of bytes into the collection.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveRange
Removes a range of bytes from the collection.
Public methodToArray
Converts this collection to an array.
Public methodToString (Inherited from Object.)
Top
See Also