FastBindingListTGetItem Method

Gets the element at the specified index.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected override T GetItem(
	int index
)

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

T
The element at the specified index.

See Also