-
Notifications
You must be signed in to change notification settings - Fork 0
T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection
Fred Ekstrand edited this page Aug 4, 2020
·
2 revisions
Represents the collection of values in a Dictionary<TKeyA,TKeyB,TValue>. This class cannot be inherited.
System.Object
Ekstrand.Collections.Generic.TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection
Namespace: Ekstrand.Collections.Generic
Assembly: TwoKeyDictionary (in TwoKeyDictionary.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class ValueCollection : ICollection<TValue>,
IEnumerable<TValue>, IEnumerable, ICollection, IReadOnlyCollection<TValue>VB
Public NotInheritable Class ValueCollection
Implements ICollection(Of TValue), IEnumerable(Of TValue),
IEnumerable, ICollection, IReadOnlyCollection(Of TValue)C++
public ref class ValueCollection sealed : ICollection<TValue>,
IEnumerable<TValue>, IEnumerable, ICollection, IReadOnlyCollection<TValue>F#
[<SealedAttribute>]
type ValueCollection =
class
interface ICollection<'TValue>
interface IEnumerable<'TValue>
interface IEnumerable
interface ICollection
interface IReadOnlyCollection<'TValue>
endThe TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection | Initializes a new instance of the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection class that reflects the values in the specified Dictionary<TKeyA,TKeyB,TValue>. |
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of elements contained in the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection. |
| 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).IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]()
|
ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]()
|
ICollection(TValue).Remove | |
![]()
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
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


