ICollection(KeyValuePair(String, Object)).Add Method

ExpandoObject.ICollection<KeyValuePair<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 value to the ICollection<T> that has the specified key.

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

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

ICollection<T>.Add(T)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft