Method ResetOperators
ResetOperators(IEnumerable<IOperator>)
Set the operators to be displayed in the list, clearing any previous ones.
Declaration
public void ResetOperators(IEnumerable<IOperator> operators)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IOperator> | operators | The operators to display. |