Class ContainsKey
- Namespace
- AllenNeuralDynamics.Core
- Assembly
- AllenNeuralDynamics.Core.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class ContainsKey
- Inheritance
-
ContainsKey
- Inherited Members
Properties
Key
public string Key { get; set; }
Property Value
Methods
Process<TValue>(IObservable<IDictionary<string, TValue>>)
public IObservable<bool> Process<TValue>(IObservable<IDictionary<string, TValue>> source)
Parameters
source
IObservable<IDictionary<string, TValue>>
Returns
Type Parameters
TValue