コード例 #1
0
 public ThrottleFrame(ThrottleFrameObservable <T> parent, IObserver <T> observer, IDisposable cancel) : base(observer, cancel)
 {
     this.parent = parent;
 }
コード例 #2
0
 public ThrottleFrameTick(ThrottleFrameObservable <T> .ThrottleFrame parent, ulong currentid)
 {
     this.parent    = parent;
     this.currentid = currentid;
 }