CastedListTFrom, TToItem Property

Gets or sets the element at the specified index.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public TTo this[
	int index
] { get; set; }

Parameters

index  int
The zero-based index of the element to get or set.

Return Value

TTo
The element at the specified index.

Implements

IListTItemint

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.

See Also