Population<TSolution, TCandidate>.IsReadOnly Property

Gets a value indicating whether the ICollection<T> is read-only.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public bool IsReadOnly { get; }

Return Value

Boolean
true if the ICollection<T> is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

See Also