'Declaration
Public Function New( _ ByVal key As UAQualifiedName, _ ByVal value As Object _ )
'Usage
Dim key As UAQualifiedName Dim value As Object Dim instance As New UAKeyValuePair(key, value)
public UAKeyValuePair( UAQualifiedName key, object value )
public: UAKeyValuePair( UAQualifiedName^ key, Object^ value )
Parameters
- key
- The key of the value.
- value
- The value associated with the key.