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
<SerializableAttribute>
<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort := true)>
Public Structure Enumerator
Implements IEnumerator(Of T), IDisposable, IEnumerator
[SerializableAttribute]
[HostProtectionAttribute(SecurityAction::LinkDemand, MayLeakOnAbort = true)]
public value class Enumerator : IEnumerator<T>,
IDisposable, IEnumerator
[<SealedAttribute>]
[<SerializableAttribute>]
[<HostProtectionAttribute(SecurityAction.LinkDemand, MayLeakOnAbort = true)>]
type Enumerator =
struct
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
end
The VelocityDbHashSetTEnumerator generic type exposes the following members.
Properties
| Name | Description |
---|
| Current |
The iterator current Key object
|
TopMethods
| Name | Description |
---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
| MoveNext |
Advances the enumerator to the next element of the collection.
|
TopSee Also