Overload | Description |
---|---|
UAKeyValuePair Constructor() | Initializes a new instance of the class. |
UAKeyValuePair Constructor(KeyValuePair<UAQualifiedName,Object>) | Initializes a new instance of the class. Initializes a new instance of the class from a KeyValuePair. |
UAKeyValuePair Constructor(UAQualifiedName,Object) | Initializes a new instance of the class. Initializes a new instance of the class, with given key and value. |
UAKeyValuePair Constructor(UAKeyValuePair) | Initializes a new instance of the class. Initializes a new instance of the class as a copy of another OPC UA key-value pair. |