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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected virtual int CountAllValues()
protected:
virtual int CountAllValues()
Return Value
Type:
Int32The total number of values associated with all keys in the dictionary.
See Also