Sequence.SubSeq Method
Overload List
Name | Description |
---|---|
Sequence.SubSeq (Int32) | Return the subsequence starting at position and ranging until end. If position is out of range, an exception will be thrown. |
Sequence.SubSeq (Int32, Int32) | Returns the subsequence starting at position and ranging count elements. If position or count are out of range, an exception will be thrown. |
See Also
Reference
Sequence Generic Class
Sequence Members
Microsoft.Modeling Namespace