Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

CollectionBase<(Of <(<'T>)>)>..::..ToString 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:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public string ToString()
Public Function ToString As String
public:
String^ ToString()

Return Value

The string representation of the collection.