-
Notifications
You must be signed in to change notification settings - Fork 0
Properties_T_Ekstrand_Collections_ITwoKeyDictionary
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The ITwoKeyDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
AKeys | Gets an ICollection containing the A-keys of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>. |
![]() |
BKeys | Gets an ICollection containing the B-keys of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>. |
![]() |
Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() |
IsFixedSize | Gets a value indicating whether the ICollection is fixed size. |
![]() |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]() |
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() |
Item | Gets or sets the element with the specified key. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
![]() |
Values | Gets an ICollection containing the values of the ITwoKeyValueTriple<TKeyA,TKeyB,TValue>. |
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
