pmMDA.NET

PagedSet.Enumerate Method

Gets an enumerable to iterate over the items of this set.

Overload List

Gets an enumerable to iterate over all items of this set.

public IEnumerable Enumerate();

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

public IEnumerable Enumerate(object);

Gets an enumerable to iterate over the items which follow the firstItem and proceed the lastItem including the two specified items.

public IEnumerable Enumerate(object,object);

See Also

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