DynamicValue.Contains Method
Determines whether the DynamicValue contains a target item.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(DynamicValue) | Determines whether the DynamicValue contains a target item. |
![]() | Contains(KeyValuePair<String, DynamicValue>) | Determines whether the DynamicValue contains a target item. |
DynamicValue.Contains Method (DynamicValue)
Determines whether the DynamicValue contains a target item.
Parameters
- item
-
Type:
Microsoft.Activities.DynamicValue
The child item to search.
Implements
ICollection<T>.Contains(T)DynamicValue.Contains Method (KeyValuePair<String, DynamicValue>)
Determines whether the DynamicValue contains a target item.
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair<String, DynamicValue>
The child item to search.
Implements
ICollection<T>.Contains(T)
Show:
.jpeg?cs-save-lang=1&cs-lang=csharp)