MetricCollection Constructor (IEnumerable Metric )C# API
Initializes a new instance of the MetricCollection class, containing the specified metrics.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public MetricCollection(
	IEnumerable<Metric> metrics
)

Parameters

metrics
Type: System.Collections.Generic IEnumerable Metric 
A collection of metrics to add to this collection.
See Also