示例#1
0
 public SwitchObserver(SwitchObservable <T> parent, IObserver <T> observer, IDisposable cancel) : base(observer, cancel)
 {
     this.parent = parent;
 }
示例#2
0
 public Switch(SwitchObservable <T> .SwitchObserver observer, ulong id)
 {
     this.parent = observer;
     this.id     = id;
 }