Skip to content

Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_ValueCollection

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

ValueCollection Methods

The TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection type exposes the following members.

Methods

 

Name Description
Public method CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Explicit Interface Implementations

 

Name Description
Explicit interface implementationPrivate method ICollection(TValue).Add Adds an item to the ICollection. This implementation always throws NotSupportedException.
Explicit interface implementationPrivate method ICollection(TValue).Clear Removes all items from the ICollection.This implementation always throws NotSupportedException.
Explicit interface implementationPrivate method ICollection(TValue).Contains Determines whether the ICollection contains a specific value.
Explicit interface implementationPrivate method ICollection.CopyTo Copies the Dictionary<TKeyA,TKeyB,TValue>.ValueCollection elements to an existing one-dimensional Array, starting at the specified array index.
Explicit interface implementationPrivate method IEnumerable(TValue).GetEnumerator Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through a collection.
Explicit interface implementationPrivate method ICollection(TValue).Remove
  Back to Top

See Also

Reference

TwoKeyDictionary(TKeyA, TKeyB, TValue).ValueCollection Class
Ekstrand.Collections.Generic Namespace

Clone this wiki locally