public ThrottledView() { _view = _ints.AsThrottledView(TimeSpan.FromMilliseconds(10)); }
public ThrottledView() { this.view = this.ints.AsThrottledView(TimeSpan.FromMilliseconds(10)); }