VirtualCollectionTRemoveItemAt Method

Removes the element at the specified index from the VirtualCollectionT.
The base implementation calls the RemoveAt method of the underlying collection.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected virtual void RemoveItemAt(
	int index
)

Parameters

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

See Also