示例#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;
 }