[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a value indicating whether the ICollection<(Of T>) is read-only.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsReadOnly As Boolean
C#
public bool IsReadOnly { get; }
Visual C++
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Field Value

Return Value

true if the ICollection<(Of T>) is read-only; otherwise, false.