Click or drag to resize
Wizard .NET Library

EventedListTRemoveAt Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void RemoveAt(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.

Implements

IListRemoveAt(Int32)
Exceptions
See Also