Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Gets a value indicating whether the IDictionary object is read-only.

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual bool IsReadOnly { get; }

Field Value

Always false for this cache.

Implements

IDictionary..::.IsReadOnly

See Also