Class Parse
Represents an operator which filters and selects standard Harp messages reported by the device.
public class Parse : ParseBuilder, IExpressionBuilder, ICustomTypeDescriptor, INamedElement
- Inheritance
-
Parse
- Implements
- Inherited Members
Constructors
Parse()
Initializes a new instance of the Parse class.
public Parse()
- See Also
Methods
Build(IEnumerable<Expression>)
Constructs an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.
public override Expression Build(IEnumerable<Expression> arguments)
Parameters
arguments
IEnumerable<Expression>A collection of Expression nodes representing the input arguments.
Returns
- Expression
The constructed Expression node.
- See Also