Exemple #1
0
 public XmlStreamer(ProjectionWriter <Stream> writer) : base(writer)
 {
 }
Exemple #2
0
 public Streamer(ProjectionWriter <TStream> writer)
 {
     _writer = writer;
 }