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

◆ UnaryOperationBinder()

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

Definition at line 25 of file UnaryOperationBinder.cs.

26 {
27 ContractUtils.Requires(OperationIsValid(operation), "operation");
28 Operation = operation;
29 }
static bool OperationIsValid(ExpressionType operation)
static void Requires([DoesNotReturnIf(false)] bool precondition, string paramName)

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