Exemplo n.º 1
0
 public XmlStreamer(ProjectionWriter <Stream> writer) : base(writer)
 {
 }
Exemplo n.º 2
0
 public Streamer(ProjectionWriter <TStream> writer)
 {
     _writer = writer;
 }