Microsoft.Activities.Extensions |
ValueExistsInDictionary<(Of <(<'TKey, TValue>)>)> Class |
Members See Also Send Feedback |
The ValueExistsInDictionary activity determines if a value exists in a dictionary
Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
public sealed class ValueExistsInDictionary<TKey, TValue> : CodeActivity<bool> |
Visual Basic |
---|
Public NotInheritable Class ValueExistsInDictionary(Of TKey, TValue) _ Inherits CodeActivity(Of Boolean) |
Visual C++ |
---|
generic<typename TKey, typename TValue> public ref class ValueExistsInDictionary sealed : public CodeActivity<bool> |
Type Parameters
- TKey
- Type of the key
- TValue
- Type of the value
Inheritance Hierarchy
System..::..Object
System.Activities..::..Activity
System.Activities..::..ActivityWithResult
System.Activities..::..Activity<(Of <(<'Boolean>)>)>
System.Activities..::..CodeActivity<(Of <(<'Boolean>)>)>
Microsoft.Activities.Extensions.Statements..::..ValueExistsInDictionary<(Of <(<'TKey, TValue>)>)>
System.Activities..::..Activity
System.Activities..::..ActivityWithResult
System.Activities..::..Activity<(Of <(<'Boolean>)>)>
System.Activities..::..CodeActivity<(Of <(<'Boolean>)>)>
Microsoft.Activities.Extensions.Statements..::..ValueExistsInDictionary<(Of <(<'TKey, TValue>)>)>