VirtualCollectionTIsReadOnly Property

Gets whether the VirtualCollectionT is read-only. Affects the behavior of Add, Insert, Remove, RemoveAt and Clear methods.
The base implementation returns the IsReadOnly property of the underlying collection.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public virtual bool IsReadOnly { get; }

Property Value

Boolean

Implements

ICollectionTIsReadOnly
IListIsReadOnly

See Also