| ByteCollection Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: FM.IceLink
The ByteCollection type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ByteCollection | 
            Initializes a new instance of the ByteCollection class.
             | 
|  | ByteCollection(Byte) | 
            Initializes a new instance of the ByteCollection class.
             | 
 Properties
Properties Methods
Methods| 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.) | 
 See Also
See Also