Click or drag to resize
Grid Solutions Framework

ParameterDefinitionsGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public IEnumerator<IParameter> GetEnumerator()
View Source

Return Value

IEnumeratorIParameter
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also