ConcurrentHashSetTGetEnumerator - метод
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public ConcurrentHashSetTEnumerator GetEnumerator()
Public Function GetEnumerator As ConcurrentHashSetTEnumerator
public:
ConcurrentHashSetTEnumerator GetEnumerator()
member GetEnumerator : unit -> ConcurrentHashSetTEnumerator
Возвращаемое значение
ConcurrentHashSetTEnumeratorAn enumerator for the
ConcurrentHashSetT.
The enumerator returned from the collection is safe to use concurrently with
reads and writes to the collection, however it does not represent a moment-in-time snapshot
of the collection. The contents exposed through the enumerator may contain modifications
made to the collection after GetEnumerator was called.