MultiDictionaryBaseTKey, TValueToString Method |
Shows the string representation of the dictionary. The string representation contains
a list of the mappings in the dictionary.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override string ToString()
public:
virtual String^ ToString() override
Return Value
Type:
StringThe string representation of the dictionary.
See Also