'Declaration
<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary)> <ComVisibleAttribute(True)> <ElementsCanBeNullAttribute()> <GuidAttribute("079256AC-458A-4310-B94E-7D9800372A05")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringUANodeIdDictionary Inherits System.Collections.Generic.Dictionary(Of String,UANodeId) Implements OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary, System.Collections.Generic.ICollection(Of KeyValuePair(Of String,UANodeId)), System.Collections.Generic.IDictionary(Of String,UANodeId), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of String,UANodeId)), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IReadOnlyCollection(Of KeyValuePair(Of String,UANodeId)), System.Collections.Generic.IReadOnlyDictionary(Of String,UANodeId), System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
'Usage
Dim instance As StringUANodeIdDictionary
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary)] [ComVisible(true)] [ElementsCanBeNull()] [Guid("079256AC-458A-4310-B94E-7D9800372A05")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class StringUANodeIdDictionary : System.Collections.Generic.Dictionary<string,UANodeId>, OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary, System.Collections.Generic.ICollection<KeyValuePair<string,UANodeId>>, System.Collections.Generic.IDictionary<string,UANodeId>, System.Collections.Generic.IEnumerable<KeyValuePair<string,UANodeId>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<string,UANodeId>>, System.Collections.Generic.IReadOnlyDictionary<string,UANodeId>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary)] [ComVisible(true)] [ElementsCanBeNull()] [Guid("079256AC-458A-4310-B94E-7D9800372A05")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class StringUANodeIdDictionary sealed : public System.Collections.Generic.Dictionary<String,UANodeId>, OpcLabs.EasyOpc.UA.ComTypes._StringUANodeIdReadOnlyDictionary, System.Collections.Generic.ICollection<KeyValuePair<String,UANodeId>>, System.Collections.Generic.IDictionary<String,UANodeId>, System.Collections.Generic.IEnumerable<KeyValuePair<String,UANodeId>>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<KeyValuePair<String,UANodeId>>, System.Collections.Generic.IReadOnlyDictionary<String,UANodeId>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable