Click or drag to resize

TimeIntervalCollection.RemoveAt 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.3.420.0 (24.3.420.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
The index of the interval to remove.

Implements

IList<T>.RemoveAt(Int32)
IList.RemoveAt(Int32)
See Also