Click or drag to resize

BinaryOperationProcessorExecute Method

Executes the operation.

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public Object? Execute(
	Object? value1,
	Object? value2
)

Parameters

value1
Type: SystemObject
The first value of the operation.
value2
Type: SystemObject
The second value of the operation.

Return Value

Type: Object
The result of the operation.
See Also