'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function FromExternalKeyValuePairs( _ ByVal keyValuePairs As IEnumerable(Of UAKeyValuePair) _ ) As UAKeyValueDictionary
'UsageDim keyValuePairs As IEnumerable(Of UAKeyValuePair) Dim value As UAKeyValueDictionary value = UAKeyValueDictionary.FromExternalKeyValuePairs(keyValuePairs)
[JetBrains.Annotations.NotNull()] public static UAKeyValueDictionary FromExternalKeyValuePairs( IEnumerable<UAKeyValuePair> keyValuePairs )
[JetBrains.Annotations.NotNull()] public: static UAKeyValueDictionary^ FromExternalKeyValuePairs( IEnumerable<UAKeyValuePair^>^ keyValuePairs )
Parameters
- keyValuePairs
- The collection of key-value pairs to add to the dictionary, or null to create an empty dictionary.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
A new OPC-UA key-value dictionary containing the specified key-value pairs. Null pairs are skipped.
This method never returns null (Nothing in Visual Basic).