ExpandoObject.ICollection<KeyValuePair<String, Object>>.Add Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Adds the specified value to the ICollection<T> that has the specified key.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Private Sub Add ( _
    item As KeyValuePair(Of String, Object) _
) Implements ICollection(Of KeyValuePair(Of String, Object)).Add
void ICollection<KeyValuePair<string, Object>>.Add(
    KeyValuePair<string, Object> item
)

Parameters

Implements

ICollection<T>.Add(T)

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.