ExpandoObject.IDictionary(Of String, Object).Add Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds the specified key and value to the dictionary.
Assembly: System.Core (in System.Core.dll)
'Declaration Private Sub Add ( _ key As String, _ value As Object _ ) Implements IDictionary(Of String, Object).Add
Parameters
- key
- Type: System.String
The object to use as the key.
- value
- Type: System.Object
The object to use as the value.
Implements
IDictionary(Of TKey, TValue).Add(TKey, TValue)
Show: