Population<TSolution, TCandidate>.RemoveAt Method

Removes the IList<T> item at the specified index.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public void RemoveAt(
	int index
)

Parameters

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

Implements

IList<T>.RemoveAt(Int32)

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IList<T>.
NotSupportedExceptionThe IList<T> is read-only.

See Also