-
Notifications
You must be signed in to change notification settings - Fork 0
T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Enumerator
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Enumerates the elements of a Dictionary<TKeyA,TKeyB,TValue>.
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public struct Enumerator : IEnumerator<TwoKeyValueTriple<TKeyA, TKeyB, TValue>>,
IDisposable, IEnumerator, ITwoKeyDictionaryEnumeratorVB
<SerializableAttribute>
Public Structure Enumerator
Implements IEnumerator(Of TwoKeyValueTriple(Of TKeyA, TKeyB, TValue)),
IDisposable, IEnumerator, ITwoKeyDictionaryEnumeratorC++
[SerializableAttribute]
public value class Enumerator : IEnumerator<TwoKeyValueTriple<TKeyA, TKeyB, TValue>>,
IDisposable, IEnumerator, ITwoKeyDictionaryEnumeratorF#
[<SealedAttribute>]
[<SerializableAttribute>]
type Enumerator =
struct
interface IEnumerator<TwoKeyValueTriple<'TKeyA, 'TKeyB, 'TValue>>
interface IDisposable
interface IEnumerator
interface ITwoKeyDictionaryEnumerator
endThe TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Current | The element in the Dictionary<TKeyA,TKeyB,TValue> at the current position of the enumerator. |
| Name | Description | |
|---|---|---|
![]() |
Dispose | Releases all resources used by the TwoKeyDictionary<TKeyA,TKeyB,TValue>.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 Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]()
|
IEnumerator.Current | The element in the collection at the current position of the enumerator, as an Object. |
![]()
|
IEnumerator.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]()
|
ITwoKeyDictionaryEnumerator.AKey | Gets the A-key of the element at the current position of the enumerator. |
![]()
|
ITwoKeyDictionaryEnumerator.BKey | Gets the B-key of the element at the current position of the enumerator. |
![]()
|
ITwoKeyDictionaryEnumerator.Entry | The element in the dictionary at the current position of the enumerator, as a DictionaryEntry. |
![]()
|
ITwoKeyDictionaryEnumerator.Value | Gets the value of the element at the current position of the enumerator. |
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


