OccurrencesGenerator constructor

OccurrencesGenerator(
  1. List<OccurrencesContributor> contributors
)

Initialize a newly created occurrences generator to use the given contributors.

Implementation

OccurrencesGenerator(this.contributors);