RAttributeCollection.IsReadOnly Property

Gets whether the collection is read-only.

Definition

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

Property Value

Boolean

Implements

ICollection<T>.IsReadOnly

See Also