WeakListTEnumerator Structure

An IEnumeratorT for WeakListT

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public struct Enumerator : IEnumerator<T>, 
	IEnumerator, IDisposable
Inheritance
Object    ValueType    WeakListTEnumerator
Implements
IEnumeratorT, IEnumerator, IDisposable

Constructors

WeakListTEnumerator Creates a WeakListTEnumerator.

Properties

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

Methods

Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MoveNext Advances the enumerator to the next valid item in 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.
(Inherited from ValueType)

See Also