ItemsProviderResult<TItem> Struct

Definition

Represents the result of a ItemsProviderDelegate<TItem>.

generic <typename TItem>
public value class ItemsProviderResult
public readonly struct ItemsProviderResult<TItem>
type ItemsProviderResult<'Item> = struct
Public Structure ItemsProviderResult(Of TItem)

Type Parameters

TItem

The type of the context for each item in the list.

Inheritance
ItemsProviderResult<TItem>

Constructors

ItemsProviderResult<TItem>(IEnumerable<TItem>, Int32)

Instantiates a new ItemsProviderResult<TItem> instance.

Properties

Items

The items to provide.

TotalItemCount

The total item count in the source generating the items provided.

Applies to