Last Method
Overloads
| Last(IEnumerable<NxPage>, Int32) |
Get last pages |
Last(IEnumerable<NxPage>, Int32)
Get last pages
Declaration
public static IEnumerable<NxPage> Last(IEnumerable<NxPage> nxPages, int bottom)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<NxPage> | nxPages |
A collection of NxPage |
| System.Int32 | bottom |
The last row index. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<NxPage> |
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |