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