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