'DeclarationPublic Function New( _ ByVal metricCollection As SparkplugMetricCollection _ )
'UsageDim metricCollection As SparkplugMetricCollection Dim instance As New SparkplugMetricCollection(metricCollection)
public SparkplugMetricCollection( SparkplugMetricCollection metricCollection )
public: SparkplugMetricCollection( SparkplugMetricCollection^ metricCollection )
Parameters
- metricCollection
- The Sparkplug metric collection to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).The individual elements of the parameter value cannot be
null(Nothingin Visual Basic).