 | NullableValueTypeDictionaryK, VIsReadOnly Property |
Gets a value indicating whether the
ICollectionT is read-only.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool IsReadOnly { get; }
Return Value
Type:
Boolean
true if the
ICollectionT is read-only; otherwise, false.
See Also