First Method
Overloads
First(IEnumerable<NxPage>) |
Get first pages |
First(IEnumerable<NxPage>)
Get first pages
Declaration
public static IEnumerable<NxPage> First(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. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!