Method View
View(Int32, Int32)
Create a list view on this list.
Declaration
IList<T> View(int start, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | The index in this list of the start of the view. |
System.Int32 | count | The size of the view. |
Returns
Type | Description |
---|---|
IList<T> | The new list view. |