Click or drag to resize
MultiDictionaryTKey, TValueCountValues Method
Gets the number of values associated with a given key.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected override sealed int CountValues(
	TKey key
)

Parameters

key
Type: TKey
The key to count values of.

Return Value

Type: Int32
The number of values associated with key. If key is not present in the dictionary, zero is returned.
See Also