Population<TSolution, TCandidate>.Count Property
Gets the number of elements contained in the ICollection<T>.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The number of elements contained in the ICollection<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public int Count { get; protected set; }
Return Value
Int32The number of elements contained in the ICollection<T>.