Click or drag to resize
OrderedMultiDictionaryTKey, TValueCountAllValues Method
Gets a total count of values in the collection.

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

Return Value

Type: Int32
The total number of values associated with all keys in the dictionary.
See Also