| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim collection As IEnumerable(Of Byte) Dim instance As New ByteCollection(collection) | |
| C# | |
|---|---|
| public ByteCollection( IEnumerable<byte> collection ) | |
Parameters
- collection
- A collection of System.Byte values to populate this collection with
            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
 
     
     
     
     
    