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