ISequence T  Remove Method A Sandcastle Documented Class Library
Returns a copy of this sequence without the first occurrence of the given element, if any is found.

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

Parameters

elem
Type: T
The element to remove.

Return Value

Type: ISequence T 
A copy of this sequence without the first occurrence of elem.
See Also