Method UpdateOperators
UpdateOperators(IEnumerable<IOperator>, bool)
Set or replace operators in the nodes list.
Declaration
public void UpdateOperators(IEnumerable<IOperator> operators, bool set)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IOperator> | operators | Operators to update. |
bool | set | Set or update the operators |
UpdateOperators(params IOperator[])
Set or replace operators in the nodes list.
Declaration
public void UpdateOperators(params IOperator[] operators)
Parameters
Type | Name | Description |
---|---|---|
IOperator[] | operators | Operators to update. |