Click or drag to resize
Grid Solutions Framework

GrafanaFunctionBaseTInternalParameterCount Property

Gets the number of internal parameters of the Grafana function.

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

Property Value

Int32

Implements

IGrafanaFunctionInternalParameterCount
See Also