Click or drag to resize
SafeHashSetTIsReadOnly Property
Gets a value indicating whether a collection is read-only.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollectionTIsReadOnly
See Also