Click or drag to resize

OrderedDictionaryTK, TVIsReadOnly Property

Gets a value indicating whether this instance is read only.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Type: Boolean
true if this instance is read only; otherwise, false.
See Also