コード例 #1
0
ファイル: XmlPropertySerializer.cs プロジェクト: qtst/Logger
 /// <summary>
 ///   Close the Write, but do not close the stream
 /// </summary>
 public override void Close()
 {
     _writer.Close();
 }