![]() | skipSliceSkipSliceT Method (IListT, Int32, Int32) |
Namespace: WhetStone.Looping
public static IList<T> SkipSlice<T>( this IList<T> this, int start, int length = 1 )
If the section is outside the bounds of this, the subsections that don't overlap this are ignored.
The returned value is mutability-passing.