Method RemoveOperators
RemoveOperators(params IOperator[])
Remove operators in the nodes list.
Declaration
public void RemoveOperators(params IOperator[] operators)
Parameters
| Type | Name | Description |
|---|---|---|
| IOperator[] | operators | Operators to remove. |
Remove operators in the nodes list.
public void RemoveOperators(params IOperator[] operators)
| Type | Name | Description |
|---|---|---|
| IOperator[] | operators | Operators to remove. |