Click or drag to resize

FastKeyedCollectionTKey, TItemIsReadOnly Property

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

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Cauldron.Collections.FastKeyedCollection`2.IsReadOnly"]

Implements

ICollectionTIsReadOnly
See Also