ISequence T  MkString Method (String)A Sandcastle Documented Class Library
Returns a string with all the elements of this sequence, using a seperator string. If this sequence represents an infinite set or series, this will never return!

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
string MkString(
	string separator
)

Parameters

separator
Type: System String
The separator string.

Return Value

Type: String
A string with all the elements of this sequence.
See Also