Click or drag to resize
DictionaryTKey, TValueKeyCollection Class
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryTKey, TValueKeyCollection

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class KeyCollection : ICollection<TKey>, 
	IEnumerable<TKey>, ICollection, IEnumerable

The DictionaryTKey, TValueKeyCollection generic type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the DictionaryTKey, TValueKeyCollection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the DictionaryTKey, TValueKeyCollection.
Top
See Also