| Overload | Description |
|---|---|
| SparkplugMetricCollection Constructor() | Initializes a new instance of the class with default data. |
| SparkplugMetricCollection Constructor(IEnumerable<SparkplugMetric>) | Initializes a new instance of the collection, with given items. |
| SparkplugMetricCollection Constructor(Int32) | Initializes a new instance of the class that creates a lookup dictionary when the specified threshold is exceeded. |
| SparkplugMetricCollection Constructor(SparkplugMetricCollection) | Initializes a new instance of the class, making a copy of an existing instance. |