コード例 #1
0
ファイル: XmlLogReader.cs プロジェクト: x2f/logexpert
 public int ReadChar()
 {
     return(_reader.ReadChar());
 }