Click or drag to resize
Grid Solutions Framework

ParametersRemove Method

Removes the first occurrence of a specific object from the ICollectionT.

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

Parameters

item  IMutableParameter
The object to remove from the ICollectionT.

Return Value

Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Implements

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