Click or drag to resize

TimeIntervalCollectionRemoveAt Method

Removes the interval at a specified index in the collection.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the interval to remove.

Implements

IListTRemoveAt(Int32)
IListRemoveAt(Int32)
See Also