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
- item
Type: System.Collections.Generic.KeyValuePair<String, Object>
The KeyValuePair<TKey, TValue> structure that represents the key and value to add to the collection.
Implements
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.