skipSlice Class |
Namespace: WhetStone.Looping
public static class skipSlice
| Name | Description | |
|---|---|---|
| SkipSliceT(IEnumerableT, Int32, Int32) |
Get an IEnumerableT with elements in the middle removed.
| |
| SkipSliceT(IListT, Int32, Int32) |
Get an IListT with elements in the middle removed.
|