-
Notifications
You must be signed in to change notification settings - Fork 0
Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_Enumerator
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator type exposes the following members.
| 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.Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
TwoKeyDictionary(TKeyA, TKeyB, TValue).Enumerator Structure
Ekstrand.Collections.Generic Namespace
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

