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.

Return Value

Type: System.Boolean
true if the operation succeeded; otherwise, false.

Implements

ICollection(T).Remove(T)

Community Additions

ADD
Show: