ConcurrentHashSet<T>.Enumerator.Current - свойство

Gets the element in the collection at the current position of the enumerator.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.7
C#
public T Current {
	get;
 }

Значение свойства

T
The element in the collection at the current position of the enumerator.

Реализации

IEnumerator<T>.Current

См. также