コード例 #1
0
 public override void OnNext(T t)
 {
     produced++;
     actual.OnNext(SignalHelper.Next(t));
 }