Connectivity Software User's Guide and Reference
IStringSparkplugMetricDataReadOnlyDictionary Interface Members
Properties  Methods 

OpcLabs.EasySparkplug Assembly > OpcLabs.EasySparkplug Namespace : IStringSparkplugMetricDataReadOnlyDictionary Interface

The following tables list the members exposed by IStringSparkplugMetricDataReadOnlyDictionary.

Public Properties
 NameDescription
 PropertyGets the number of elements in the collection. (Inherited from System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,SparkplugMetricData>>)
 PropertyGets the element that has the specified key in the read-only dictionary. (Inherited from System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>)
 PropertyGets an enumerable collection that contains the keys in the read-only dictionary. (Inherited from System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>)
 PropertyGets an enumerable collection that contains the values in the read-only dictionary. (Inherited from System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>)
Top
Public Methods
 NameDescription
 MethodDetermines whether the read-only dictionary contains an element that has the specified key. (Inherited from System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<KeyValuePair<string,SparkplugMetricData>>)
 MethodGets the value that is associated with the specified key. (Inherited from System.Collections.Generic.IReadOnlyDictionary<string,SparkplugMetricData>)
Top
See Also

Reference

IStringSparkplugMetricDataReadOnlyDictionary Interface
OpcLabs.EasySparkplug Namespace