/// <summary> /// Closes the reader and the underlying stream. /// </summary> public void Close() => m_Reader.Close();
/// <summary> /// Closes the reader and the underlying stream. /// </summary> public void Close() { m_Reader.Close(); }