ConcurrentHashSetTEnumeratorCurrent - свойство

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

Definition

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

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

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

Реализации

IEnumeratorTCurrent

См. также