Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BinaryOperationBinder()

System.Dynamic.BinaryOperationBinder.BinaryOperationBinder ( ExpressionType operation)
inlineprotected

Definition at line 14 of file BinaryOperationBinder.cs.

15 {
16 ContractUtils.Requires(OperationIsValid(operation), "operation");
17 Operation = operation;
18 }
static bool OperationIsValid(ExpressionType operation)
static void Requires([DoesNotReturnIf(false)] bool precondition, string paramName)

References System.Dynamic.BinaryOperationBinder.OperationIsValid(), and System.Dynamic.Utils.ContractUtils.Requires().