Skip to main content

IsReadOnly Property

Gets a value indicating whether the ICollection(T) is read-only.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool IsReadOnly { get; }

Return Value

Boolean
true if the ICollection(T) is read-only; otherwise, false.

Implements

ICollection(T).IsReadOnly
IDictionary.IsReadOnly

See Also

Reference

AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace