ShiftIteratorBy()

DictionaryIterator::ShiftIteratorBy(std::ptrdiff_t) method

Moves the iterator by the specified number of steps.

void System::Collections::Generic::DictionaryIterator<Dict>::ShiftIteratorBy(std::ptrdiff_t offset) override

Arguments

ParameterTypeDescription
offsetstd::ptrdiff_tNumber of steps to move the iterator by.

See Also