AvaloniaDictionaryTKey, TValueIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsReadOnly { get; }

Return Value

Boolean
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly
IDictionaryIsReadOnly

See Also