public override IndexCollection NextIndexCollection()Public Overrides Function NextIndexCollection As IndexCollectionpublic:
virtual IndexCollection^ NextIndexCollection() overrideabstract NextIndexCollection : unit -> IndexCollection
override NextIndexCollection : unit -> IndexCollection The NextIndexCollection method allows derived classes to implement their own algorithm to draw the sample.
Method NextIndexCollection returns a sample which is represented as an IndexCollection instance having Count equal to SampleSize and whose indexes are less than PopulationSize .