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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public void Add(
TCandidate item
)
Parameters
- item TCandidate
- The object to add to the ICollection<T>.
Implements
ICollection<T>.Add(T)Exceptions
Not | The ICollection<T> is read-only. |