Population<TSolution, TCandidate>.Add Method

Adds an item to the ICollection<T>.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public void Add(
	TCandidate item
)

Parameters

item  TCandidate
The object to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)

Exceptions

See Also