-
Notifications
You must be signed in to change notification settings - Fork 0
Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The TwoKeyDictionary(TKeyA, TKeyB, TValue) generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Add(TwoKeyValueTriple(TKeyA, TKeyB, TValue)) | Adds the specified value to the ICollection with the specified key. |
![]() |
Add(Object, Object, Object) | Adds the specified key and value to the dictionary. |
![]() |
Add(TKeyA, TKeyB, TValue) | Adds the specified key and value to the dictionary. |
![]() |
Clear | Removes all keys and values from the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
Contains(Object) | The key to locate in the IDictionary. |
![]() |
Contains(TwoKeyValueTriple(TKeyA, TKeyB, TValue)) | Determines whether the ICollection contains a specific key and value. |
![]() |
ContainsKeyA | Determines whether the Dictionary<TKeyA,TKeyB,TValue> contains the specified A-key. |
![]() |
ContainsKeyB | Determines whether the Dictionary<TKeyA,TKeyB,TValue> contains the specified B-key. |
![]() |
ContainsValue | Determines whether the Dictionary<TKeyA,TKeyB,TValue> contains a specific value. |
![]() |
CopyTo(Array, Int32) | Copies the elements of the ICollection to an array, starting at the specified array index. |
![]() |
CopyTo(TwoKeyValueTriple(TKeyA, TKeyB, TValue)[], Int32) | Copies the elements of the ICollection to an array of type TwoKeyValueTriple<TKeyA,TKeyB,TValue>, starting at the specified array index. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the Dictionary<TKeyA,TKeyB,TValue> instance. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. |
![]() |
Remove(Object) | Removes the element with the specified key from the IDictionary. |
![]() |
Remove(TKeyA) | Removes the value with the specified A-key from the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
Remove(TKeyB) | Removes the value with the specified B-key from the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
Remove(TwoKeyValueTriple(TKeyA, TKeyB, TValue)) | Removes a A-key, B-key and value from the dictionary. |
![]() |
RemoveKeyA | Removes the value with the specified A-key from the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
RemoveKeyB | Removes the value with the specified B-key from the Dictionary<TKeyA,TKeyB,TValue>. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryGetValueKeyA | Gets the value associated with the specified A-key. |
![]() |
TryGetValueKeyB | Gets the value associated with the specified B-key. |
| Name | Description | |
|---|---|---|
![]()
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the Dictionary<TKeyA,TKeyB,TValue>. |
![]()
|
ITwoKeyDictionary.GetEnumerator | Returns an IDictionaryEnumerator for the IDictionary. |
TwoKeyDictionary(TKeyA, TKeyB, TValue) Class
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


