pmMDA.NET

PagedSet.Enumerate Method (Object)

[This is preliminary documentation and subject to change.]

Gets an enumerable to iterate over the items which follow the firstItem including the firstItem.

public IEnumerable Enumerate(
   object firstItem
);

Parameters

firstItem
The first item to iterate.

Return Value

An IEnumerator for the items which follow the firstItem including the firstItem.

Remarks

The first item returned by the enumerator is the firstItem.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace | PagedSet.Enumerate Overload List | Enumerate() | Enumerate(object, object) | EnumerateTo