-
Notifications
You must be signed in to change notification settings - Fork 0
Properties_T_Ekstrand_Collections_ITwoKeyDictionaryEnumerator
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The ITwoKeyDictionaryEnumerator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
AKey | Gets the A-key of the current dictionary entry. |
![]() |
BKey | Gets the B-key of the current dictionary entry. |
![]() |
Current | Gets the current element in the collection. (Inherited from IEnumerator.) |
![]() |
Entry | Gets both the A-key, B-key and the value of the current dictionary entry. |
![]() |
Value |
ITwoKeyDictionaryEnumerator Interface
Ekstrand.Collections 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
