Click or drag to resize

ObjectWithIdCollectionBaseReadOnlyTGetRange Method

Unlike the list class, this may return less than count elements

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<T> GetRange(
	int start,
	int count
)

Parameters

start
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: ListT
See Also