Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBase<T> .OptionalParameterCount Property

Gets the number of optional parameters of the Grafana function.

Namespace: GrafanaAdapters.Functions
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.245-beta
Syntax
public virtual int OptionalParameterCount { get; }
View Source

Property Value

Int32

Implements

IGrafanaFunction.OptionalParameterCount
See Also