-
Notifications
You must be signed in to change notification settings - Fork 0
T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection_Enumerator
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Enumerates the elements of a TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public struct Enumerator : IEnumerator<TValue>,
IDisposable, IEnumeratorVB
<SerializableAttribute>
Public Structure Enumerator
Implements IEnumerator(Of TValue), IDisposable, IEnumeratorC++
[SerializableAttribute]
public value class Enumerator : IEnumerator<TValue>,
IDisposable, IEnumeratorF#
[<SealedAttribute>]
[<SerializableAttribute>]
type Enumerator =
struct
interface IEnumerator<'TValue>
interface IDisposable
interface IEnumerator
endThe TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Current | Gets the element at the current position of the enumerator. |
| Name | Description | |
|---|---|---|
![]() |
Dispose | Releases all resources used by the TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection.Enumerator. |
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MoveNext | Advances the enumerator to the next element of the TwoKeyDictionary<TKeyA,TKeyB,TValue>.ValueCollection. |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]()
|
IEnumerator.Current | Gets the element at the current position of the enumerator. |
![]()
|
IEnumerator.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
An Ekstrand Class Library
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
Document created by: Sandcastle Help File Builder
- Namespaces
- Ekstrand.Collections Namespace
-
Ekstrand.Collections.Generic Namespace
- IReadOnlyCollection(T) Interface
- TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyACollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).KeyBCollection.Enumerator Structure
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection Class
- TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection.Enumerator Structure
- TwoKeyValueTriple(TKeyA, TKeyB, TValue) Structure


