LatestSampler<T> constructor

LatestSampler<T>(
  1. int limit
)

Implementation

LatestSampler(int limit) : _limit = limit;