Click or drag to resize

RouletteDictionaryTKey, TValueKeyCollection Class

Inheritance Hierarchy
SystemObject
  Scaleout.CollectionsRouletteDictionaryTKey, TValueKeyCollection

Namespace:  Scaleout.Collections
Assembly:  Scaleout.Collections (in Scaleout.Collections.dll) Version: 1.0.3.0 (1.0.3.0)
Syntax
C#
public sealed class KeyCollection : ICollection<TKey>, 
	IEnumerable<TKey>, IEnumerable, IReadOnlyCollection<TKey>

The RouletteDictionaryTKey, TValueKeyCollection generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the key collection.
Top
Methods
  NameDescription
Public methodCopyTo
Copies the key elements to an existing array, starting at the specified array index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as the default hash function.
(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
See Also