Click or drag to resize

IncrementalLoadingResultT Constructor

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IncrementalLoadingResult(
	IEnumerable<T> items,
	uint totalItemsCount
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
totalItemsCount
Type: SystemUInt32
See Also