Skip to content

Methods_T_Ekstrand_Collections_Generic_TwoKeyDictionary_3_KeyACollection

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

KeyACollection Methods

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

Methods

 

Name Description
Public method CopyTo Copies the Dictionary<TKeyA,TKeyB,TValue>.KeyACollection elements to an existing one-dimensional Array, starting at the specified 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>.KeyACollection.
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(TKeyA).Add Adds an item to the ICollection. This implementation always throws NotSupportedException.
Explicit interface implementationPrivate method ICollection(TKeyA).Clear Removes all items from the ICollection. This implementation always throws NotSupportedException.
Explicit interface implementationPrivate method ICollection(TKeyA).Contains Determines whether the ICollection contains a specific value.
Explicit interface implementationPrivate method ICollection.CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Explicit interface implementationPrivate method IEnumerable(TKeyA).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(TKeyA).Remove Removes the first occurrence of a specific object from the ICollection. This implementation always throws NotSupportedException.
  Back to Top

See Also

Reference

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

Clone this wiki locally