Returns a copy of this sequence without the first occurrence of the given element, if any is found.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- elem
- Type: T
The element to remove.
Return Value
Type: ISequence TA copy of this sequence without the first occurrence of elem.
See Also