CastedListTFrom, TToRemoveAt Method

Removes the IListT item at the specified index.

Definition

Namespace: QuickAdmin.Utils
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
public void RemoveAt(
	int index
)

Parameters

index  int
The zero-based index of the item to remove.

Implements

IListTRemoveAt(int)

Exceptions

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

See Also