HashSetTKey, TValueEnumeratorCurrent - свойство

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

Definition

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

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

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

Реализации

IEnumeratorTCurrent

См. также