Exemplo n.º 1
0
 public StringStream(StringStream stream)
     : this(stream.m_str, stream.m_pos)
 {
 }