Click or drag to resize

BinaryOperationProcessorExecute Method

Executes the operation.

Namespace: TomsToolbox.Essentials
Assembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public Object? Execute(
	Object? value1,
	Object? value2
)

Parameters

value1  Object
The first value of the operation.
value2  Object
The second value of the operation.

Return Value

Object
The result of the operation.
See Also