Click or drag to resize
Grid Solutions Framework

ParameterDefinitionsItem(Int32) Property

Gets the parameter at the specified index.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public IParameter this[
	int index
] { get; }
View Source

Parameters

index  Int32
The zero-based index of the parameter to get.

Return Value

IParameter
The parameter at the specified index.

Implements

IReadOnlyListTItemInt32
See Also