Click or drag to resize
Grid Solutions Framework

ParametersIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public bool IsReadOnly { get; }
View Source

Return Value

Boolean
if the ICollectionT is read-only; otherwise, .

Implements

ICollectionTIsReadOnly
See Also