Click or drag to resize
MultiDictionaryBaseTKey, TValueToString Method
Shows the string representation of the dictionary. The string representation contains a list of the mappings in the dictionary.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override string ToString()

Return Value

Type: String
The string representation of the dictionary.
See Also