Exemple #1
0
 public bool Remove(DebugStream stream)
 {
     return(streams.Remove(stream));
 }
Exemple #2
0
 public void Add(DebugStream stream)
 {
     streams.Add(stream);
 }