Represents a collection of bytes.
Inheritance: System.Collections.CollectionBase
Example #1
0
 /// <summary>
 /// Initializes a new instance of the DynamicByteProvider class.
 /// </summary>
 /// <param name="bytes"></param>
 public DynamicByteProvider(ByteCollection bytes)
 {
     _bytes = bytes;
 }
 /// <summary>
 /// Initializes a new instance of the DynamicByteProvider class.
 /// </summary>
 /// <param name="bytes"></param>
 public DynamicByteProvider(ByteCollection bytes)
 {
     _bytes = bytes;
 }