DynamicValue.Remove Method (KeyValuePair(String, DynamicValue))
Removes an item from a DynamicValue.
Namespace: Microsoft.Activities
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
abstract Remove : item:KeyValuePair<string, DynamicValue> -> bool override Remove : item:KeyValuePair<string, DynamicValue> -> bool
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair(String, DynamicValue)
The item to be removed.
Implements
ICollection(T).Remove(T)Community Additions
ADD
Show: