Method SubList
SubList<T>(IList<T>, Int32, Int32)
Declaration
public static IList<T> SubList<T>(this IList<T> list, int fromIndex, int toIndex)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list | |
System.Int32 | fromIndex | |
System.Int32 | toIndex |
Returns
Type | Description |
---|---|
IList<T> |
Type Parameters
Name | Description |
---|---|
T |