IsReadOnly Property
Gets a value indicating whether the ICollection(T) is read-only.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
Get
abstract IsReadOnly : bool with get
override IsReadOnly : bool with 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