IDictionary(String, Object).Add Method

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.

Namespace:  System.Dynamic
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)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft