ByteCollection Class |
Namespace: FM.IceLink
The ByteCollection type exposes the following members.
Name | Description | |
---|---|---|
ByteCollection |
Initializes a new instance of the ByteCollection class.
| |
ByteCollection(Byte) |
Initializes a new instance of the ByteCollection class.
|
Name | Description | |
---|---|---|
Add |
Adds a byte to the collection.
| |
AddRange(Byte) |
Adds a range of bytes to the collection.
| |
AddRange(ByteCollection) |
Adds a byte collection to this collection.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get |
Gets a byte from the collection.
| |
GetHashCode | (Inherited from Object.) | |
GetRange |
Gets a range of bytes from the collection.
| |
GetType | (Inherited from Object.) | |
InsertRange(Int32, ByteCollection) |
Inserts a byte collection into this collection.
| |
InsertRange(Int32, Byte) |
Inserts a range of bytes into the collection.
| |
MemberwiseClone | (Inherited from Object.) | |
RemoveRange |
Removes a range of bytes from the collection.
| |
ToArray |
Converts this collection to an array.
| |
ToString | (Inherited from Object.) |