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