Sequence T  MkString Method A Sandcastle Documented Class Library
Returns a string with all the elements of this sequence. 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
public string MkString()

Return Value

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

Implements

ISequence T  MkString 
See Also