コード例 #1
0
 public PrimitiveStream(TextReader reader)
     : this(reader.LineEnumerator(), reader.GetReaderName())
 {
 }