Click or drag to resize

TimeIntervalCollectionTRemoveAt 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: 25.1.421.0 (25.1.421.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