QuickOPC User's Guide and Reference
UAKeyValueDictionary Constructor(UAKeyValueDictionary)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAKeyValueDictionary Class > UAKeyValueDictionary Constructor : UAKeyValueDictionary Constructor(UAKeyValueDictionary)
The OPC UA key-value dictionary to be copied from.
Initializes a new instance of the class as a copy of another OPC UA key-value dictionary.
Syntax
'Declaration
 
Public Function New( _
   ByVal keyValueDictionary As UAKeyValueDictionary _
)
'Usage
 
Dim keyValueDictionary As UAKeyValueDictionary
 
Dim instance As New UAKeyValueDictionary(keyValueDictionary)
public UAKeyValueDictionary( 
   UAKeyValueDictionary keyValueDictionary
)
public:
UAKeyValueDictionary( 
   UAKeyValueDictionary^ keyValueDictionary
)

Parameters

keyValueDictionary
The OPC UA key-value dictionary to be copied from.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also