MetricCollection AddMany Method C# API
Adds a collection of metrics to this collection.

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

public void AddMany(
	IEnumerable<Metric> metrics
)

Parameters

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