| BinaryOperationProcessorExecute Method |
Executes the operation.
Namespace: TomsToolbox.EssentialsAssembly: 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
)
Public Function Execute (
value1 As Object,
value2 As Object
) As Object
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