Click or drag to resize

BinaryOperationProcessor Constructor

Initializes a new instance of the BinaryOperationProcessor class.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public BinaryOperationProcessor(
	BinaryOperation operation
)

Parameters

operation
Type: TomsToolbox.EssentialsBinaryOperation
The operation to execute.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionoperation
See Also