Method Slice
Slice(Int32, Int32)
Creates a slice of the collection
Declaration
virtual IOperandCollection<T> Slice(int start, int end)
Parameters
virtual IOperandCollection<T> Slice(int start, int end)
Int32 | start | Inclusive start index for the slice |
Int32 | end | Exclusive end index for the slice |
Returns
IOperandCollection<T> | Slice of the collection |