예제 #1
0
 /// <summary>
 ///   Initializes a new instance of the DynamicByteProvider class.
 /// </summary>
 /// <param name="bytes"></param>
 public DynamicByteProvider(ByteCollection bytes)
 {
   Bytes = bytes;
 }
예제 #2
0
 /// <summary>
 ///   Initializes a new instance of the DynamicByteProvider class.
 /// </summary>
 /// <param name="bytes"></param>
 public DynamicByteProvider(ByteCollection bytes)
 {
     Bytes = bytes;
 }