Click or drag to resize
Wizard .NET Library

EventedListTGetRange Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public EventedList<T> GetRange(
	int index,
	int count
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based EventedListT index at which the range starts.
count
Type: SystemInt32
The number of elements in the range.

Return Value

Type: EventedListT
A shallow copy of a range of elements in the source EventedListT.
See Also