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#
public int Count { get; protected set; }

Return Value

Int32
The number of elements contained in the ICollection<T>.

Implements

ICollection<T>.Count

See Also