Previous Method
Overloads
| Previous(IEnumerable<NxPage>) |
Get previous pages |
Previous(IEnumerable<NxPage>)
Get previous pages
Declaration
public static IEnumerable<NxPage> Previous(IEnumerable<NxPage> nxPages)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<NxPage> | nxPages |
A collection of NxPage |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<NxPage> |
A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection. |