Click or drag to resize

DataStructureCollectionTLoadPageItemsAsync Method

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task LoadPageItemsAsync(
	void currentPageLowerBound,
	IncrementalLoadingResult<T> currentPageUpperBound
)

Parameters

currentPageLowerBound
Type: SystemVoid
currentPageUpperBound
Type: Unvired.Kernel.UtilsIncrementalLoadingResultT

Return Value

Type: TaskTResult
See Also