Click or drag to resize

ByteCollection Class

A collection of bytes.
Inheritance Hierarchy
SystemObject
  FM.IceLinkByteCollection

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ByteCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of bytes in the collection.
Top
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