Method Subrange
Subrange<T>(IReadOnlyList<T>, int, int)
Declaration
public static IEnumerable<T> Subrange<T>(this IReadOnlyList<T> enumerable, int startIdx, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<T> | enumerable | |
| int | startIdx | |
| int | count |
Returns
| Type | Description |
|---|---|
| IEnumerable<T> |
Type Parameters
| Name | Description |
|---|---|
| T |