CompositeSampler<T> constructor

CompositeSampler<T>(
  1. List<Sampler<T>> _samplers
)

Implementation

CompositeSampler(this._samplers);