public abstract IndexCollection NextIndexCollection()Public MustOverride Function NextIndexCollection As IndexCollectionpublic:
virtual IndexCollection^ NextIndexCollection() abstractabstract 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 .