Click or drag to resize
CollectionBaseTToString Method
Shows the string representation of the collection. The string representation contains a list of the items in the collection. Contained collections (except string) are expanded recursively.

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 collection.
See Also