Method Build
Build(IEnumerable<Expression>)
Builds the expression tree for configuring and calling the UI control.
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.