コード例 #1
0
ファイル: ThrottledView.cs プロジェクト: sk8tz/Gu.Reactive
 public ThrottledView()
 {
     _view = _ints.AsThrottledView(TimeSpan.FromMilliseconds(10));
 }
コード例 #2
0
ファイル: ThrottledView.cs プロジェクト: mgnslndh/Gu.Reactive
 public ThrottledView()
 {
     this.view = this.ints.AsThrottledView(TimeSpan.FromMilliseconds(10));
 }