DotNext.Reflection by Roman Sakno

<PackageReference Include="DotNext.Reflection" Version="3.2.1" />

.NET API 162,816 bytes

 BinaryOperator<TOperand1, TOperand2, TResult>

public sealed class BinaryOperator<TOperand1, TOperand2, TResult> : Operator<Operator<TOperand1, TOperand2, TResult>>
Represents reflected binary operator.
public BinaryOperator Type { get; }

Type of operator.

public TResult Invoke(ref TOperand1 first, ref TOperand2 second)

Invokes binary operator.