ConcurrentHashSetTEnumeratorCurrent - свойство
Gets the element in the collection at the current position of the enumerator.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
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