ExpandoObject.ICollection<KeyValuePair<String, Object>>.Remove Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes a key and value from the collection.
Assembly: System.Core (in System.Core.dll)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<String, Object>
The KeyValuePair<TKey, TValue> structure that represents the key and value to remove from the collection.
Return Value
Type: System.Booleantrue if the key and value are successfully found and removed; otherwise, false. This method returns false if the key and value are not found in the ICollection<T>.
Implements
ICollection<T>.Remove(T)
Show: