Click or drag to resize

RouletteDictionaryTKey, TValueValueCollection Class

Inheritance Hierarchy
SystemObject
  Scaleout.CollectionsRouletteDictionaryTKey, TValueValueCollection

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

The RouletteDictionaryTKey, TValueValueCollection generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the value collection.
Top
Methods
  NameDescription
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