Click or drag to resize
ReadOnlyMultiDictionaryBaseTKey, TValueCountAllValues Method
Gets a total count of values in the collection. This default implementation is slow; it enumerates all of the keys in the dictionary and calls CountValues on each. A derived class may be able to supply a more efficient implementation.

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

Return Value

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