Click or drag to resize

LinkedHashSetTIsReadOnly Property

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

Return Value

Type: Boolean
true if the ICollectionT is read-only; otherwise, false.
See Also