Click or drag to resize
Grid Solutions Framework

Parameters.Item(Int32) Property

Gets or sets the element at the specified index.

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

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

IMutableParameter
The element at the specified index.

Implements

IList<T>.Item[Int32]
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<T>.
NotSupportedExceptionThe property is set and the IList<T> is read-only.
See Also