public DraftHybi00DataReader(ReaderBase previousCommandReader)
     : base(previousCommandReader)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReaderBase"/> class.
 /// </summary>
 /// <param name="previousCommandReader">The previous command reader.</param>
 public ReaderBase(ReaderBase previousCommandReader)
 {
     m_BufferSegments = previousCommandReader.BufferSegments;
 }