Click or drag to resize
Grid Solutions Framework

ParametersAdd Method

Adds an item to the ICollectionT.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public void Add(
	IMutableParameter item
)
View Source

Parameters

item  IMutableParameter
The object to add to the ICollectionT.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also