| 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 | 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
     
    