HashSetTKey, TValueEnumeratorCurrent - свойство
Gets the element in the collection at the current position of the enumerator.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public TValue Current { get; }
Public ReadOnly Property Current As TValue
Get
public:
virtual property TValue Current {
TValue get () sealed;
}
abstract Current : 'TValue with get
override Current : 'TValue with get
TValueThe element in the collection at the current position of the enumerator.
IEnumeratorTCurrent