Constructor ContactPage
- Namespace
- MailFathom.Application.Contacts
- Assembly
- MailFathom.Application.dll
ContactPage(IReadOnlyList<Contact>, ContactCursor?)
One bounded page of the contact book, and where the walk continues.
public ContactPage(IReadOnlyList<Contact> Contacts, ContactCursor? NextCursor)
Parameters
ContactsIReadOnlyList<Contact>The contacts this page holds, ordered by the name's comparison form and then by identity.
NextCursorContactCursorThe boundary the following page reads beyond, or null when this page reached the end of the book.