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)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- index
- Type: System.Int32
The index of the interval to remove.
Implements
IList<T>.RemoveAt(Int32)IList.RemoveAt(Int32)
See Also