Exemplo n.º 1
0
 public bool Remove(DebugStream stream)
 {
     return(streams.Remove(stream));
 }
Exemplo n.º 2
0
 public void Add(DebugStream stream)
 {
     streams.Add(stream);
 }