Click or drag to resize
Grid Solutions Framework

ParameterDefinitionsIndexOf Method

Searches for the parameter with the specified name and returns its zero-based index.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public int IndexOf(
	string name
)
View Source

Parameters

name  String
The name of the parameter to locate in the ParameterDefinitions.

Return Value

Int32
The zero-based index of the parameter with the specified name, if found; otherwise, -1.
See Also