Sequence Empty T  Method A Sandcastle Documented Class Library
Returns an empty sequence.

Namespace: Sequences
Assembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public static ISequence<T> Empty<T>()
Type Parameters
T
The type parameter of the returned sequence.

Return Value

Type: ISequence T 
An empty sequence.
See Also