Click or drag to resize

WritableCollectionTRemoveAt Method

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public void RemoveAt(
	int index
)

Parameters

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

Implements

IListTRemoveAt(Int32)
See Also