Gets an enumerable to iterate over the items of this set.
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);
PagedSet Class | PmMda.Net.Dog.Paging Namespace | Enumerate(object) | Enumerate(object, object) | EnumerateTo