Population<TSolution, TCandidate>.Is Read Only 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#
true if the ICollection<T> is read-only; otherwise, false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public bool IsReadOnly { get; }
Return Value
Booleantrue if the ICollection<T> is read-only; otherwise, false.