Click or drag to resize

VelocityDbHashSetTEnumerator Structure

Enumerates the elements of a VelocityDbHashSet(Of T).

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
[HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
public struct Enumerator : IEnumerator<T>, 
	IDisposable, IEnumerator

The VelocityDbHashSetTEnumerator generic type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
The iterator current Key object
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Top
See Also