-
Notifications
You must be signed in to change notification settings - Fork 0
Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
The TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]()
|
ICollection(TValue).Add | Adds an item to the ICollection. This implementation always throws NotSupportedException. |
![]()
|
ICollection(TValue).Clear | Removes all items from the ICollection.This implementation always throws NotSupportedException. |
![]()
|
ICollection(TValue).Contains | Determines whether the ICollection contains a specific value. |
![]()
|
ICollection.CopyTo | Copies the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection elements to an existing one-dimensional Array, starting at the specified array index. |
![]()
|
IEnumerable(TValue).GetEnumerator | Returns an enumerator that iterates through a collection. |
![]()
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. |
![]()
|
ICollection(TValue).Remove |
TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection 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

