ITruncatedCollection Interface

Definition

Represents a collection that is truncated to a given page size.

public interface ITruncatedCollection : System.Collections.IEnumerable
type ITruncatedCollection = interface
    interface IEnumerable
Public Interface ITruncatedCollection
Implements IEnumerable
Derived
Implements

Properties

IsTruncated

Gets a value representing if the collection is truncated or not.

PageSize

Gets the page size the collection is truncated to.

Applies to