LockingCollectionTIsReadOnly Property

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

Definition

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

Property Value

Boolean

Implements

ICollectionTIsReadOnly

See Also