ConcurrentHashSetTEnumerator - структура

Represents an enumerator for ConcurrentHashSetT.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public struct Enumerator : IEnumerator<T>, 
	IEnumerator, IDisposable
Inheritance
Object    ValueType    ConcurrentHashSetTEnumerator
Implements
IEnumeratorT, IEnumerator, IDisposable

Конструкторы

ConcurrentHashSetTEnumerator Constructs an enumerator for ConcurrentHashSetT.

Свойства

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

Методы

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsIndicates whether this instance and a specified object are equal.
(Унаследован от ValueType)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeReturns the hash code for this instance.
(Унаследован от ValueType)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MoveNext Advances the enumerator to the next element of the collection.
Reset Sets the enumerator to its initial position, which is before the first element in the collection.
ToStringReturns the fully qualified type name of this instance.
(Унаследован от ValueType)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также