ConcurrentHashSetTEnumeratorMoveNext - метод

Advances the enumerator to the next element of the collection.

Definition

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

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

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

Реализации

IEnumeratorMoveNext

См. также