VirtualCollectionTRemoveItemAt Method
Removes the element at the specified
index from the
VirtualCollectionT.
The base implementation calls the
RemoveAt method of the underlying collection.
Namespace: KGySoft.Collections.ObjectModelAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
protected virtual void RemoveItemAt(
int index
)
Protected Overridable Sub RemoveItemAt (
index As Integer
)
protected:
virtual void RemoveItemAt(
int index
)
abstract RemoveItemAt :
index : int -> unit
override RemoveItemAt :
index : int -> unit
Parameters
- index Int32
- The zero-based index of the element to remove.