Click or drag to resize
CollectionUtilsToString Method
Returns a comma-separated list of the elements of the passed sequence.

Namespace: Slash.Collections.Utils
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public static string ToString(
	IEnumerable sequence
)

Parameters

sequence
Type: System.CollectionsIEnumerable
Sequence to get a comma-separated list of.

Return Value

Type: String
Comma-separated list of the elements of the passed sequence.
See Also