RAttributeCollection.IsReadOnly Property

Gets whether the collection is read-only.

Definition

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

Property Value

Boolean

Implements

ICollection<T>.IsReadOnly

See Also