Removes the IList<(Of <(T>)>) item at the specified index.

Namespace:  BioSharp.Core.Utils
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::.Int32
The zero-based index of the item to remove.

Implements

IList<(Of <(T>)>)..::.RemoveAt(Int32)

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException index is not a valid index in the IList<(Of <(T>)>).
System..::.NotSupportedException The IList<(Of <(T>)>) is read-only.

See Also