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

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

The following tables list the members exposed by IStringSparkplugMetadataReadOnlyDictionary.

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

Reference

IStringSparkplugMetadataReadOnlyDictionary Interface
OpcLabs.EasySparkplug Namespace