ConcurrentHashSetTEnumeratorCurrent - свойство

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

Definition

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

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

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

Реализации

IEnumeratorTCurrent

См. также