OrderedMultiDictionaryTKey, TValueCountAllValues Method |
Gets a total count of values in the collection.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected override sealed int CountAllValues()
protected:
virtual int CountAllValues() override sealed
Return Value
Type:
Int32The total number of values associated with all keys in the dictionary.
See Also