Weavy.Core.Collections Namespace
- Namespace:
- Weavy.Core.Collections
- Assembly:
- Weavy.Core.dll
Classes
Paged |
Represents a collection of objects that can be paged. |
Smart |
Type chaining an IEnumerable<T> to allow the iterating code to detect the first and last entries simply. |
Smart |
Represents each entry returned within a collection, containing the value and whether it is the first and/or the last entry in the collection's. enumeration |
Interfaces
IPaged |
Interface for a paged collection. |