Interface ITruncatedCollection
Represents a collection that is truncated to a given page size.
public interface ITruncatedCollection : IEnumerable
- Inherited Members
Properties
IsTruncated
Gets a value representing if the collection is truncated or not.
bool IsTruncated { get; }
Property Value
PageSize
Gets the page size the collection is truncated to.
int PageSize { get; }