HashSetTKey, TValueEnumeratorMoveNext - метод

Advances the enumerator to the next element of the collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public bool MoveNext()

Возвращаемое значение

Boolean
if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection.

Реализации

IEnumeratorMoveNext

Исключения

InvalidOperationExceptionThe collection was modified after the enumerator was created.

См. также