Overload | Description |
---|---|
ByteCollection Constructor() | Initializes an empty collection. |
ByteCollection Constructor(Int32) | Initializes the collection and sets the maximum capacity |
ByteCollection Constructor(IEnumerable<Byte>) | Initializes the collection and populates it with the specified collection of Byte values |