DynamicValue.Remove Method
Removes an item from a DynamicValue.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Remove(DynamicValue) | Removes an item from a DynamicValue. |
![]() | Remove(KeyValuePair(Of String, DynamicValue)) | Removes an item from a DynamicValue. |
![]() | Remove(String) | Removes an item from a DynamicValue using the specified key. |
DynamicValue.Remove Method (DynamicValue)
Removes an item from a DynamicValue.
Parameters
- item
-
Type:
Microsoft.Activities.DynamicValue
The item to remove.
Implements
ICollection(Of T).Remove(T)DynamicValue.Remove Method (KeyValuePair(Of String, DynamicValue))
Removes an item from a DynamicValue.
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair(Of String, DynamicValue)
The item to be removed.
Implements
ICollection(Of T).Remove(T)DynamicValue.Remove Method (String)
Removes an item from a DynamicValue using the specified key.
Parameters
- key
-
Type:
System.String
The key of the item to be removed.
Show:
