Returns a subsequence starting at index from and extending up to (but not including) index until.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- from
- Type: System Int32
The lowest index to include from this sequence.
- until
- Type: System Int32
The highest index to exclude from this sequence.
Return Value
Type: ISequence TA subsequence starting at index from and extending up to (but not including) index until.
See Also