ConcurrentHashSet<T>.Enumerator.MoveNext - метод

Advances the enumerator to the next element of the collection.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.7
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.

Реализации

IEnumerator.MoveNext()

См. также