Sequence Continually T  Method (T)A Sandcastle Documented Class Library
Create an infinite sequence containing the given element.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public static ISequence<T> Continually<T>(
	T elem
)

Parameters

elem
Type: T
The element to be continuously repeated.
Type Parameters
T
The type of elements in the sequence.

Return Value

Type: ISequence T 
A sequence containing an infinite number of elem
See Also