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

◆ Catch() [1/4]

static CatchBlock System.Linq.Expressions.Expression< TDelegate >.Catch ( ParameterExpression< TDelegate > variable,
Expression< TDelegate > body )
inlinestaticinherited

Definition at line 2284 of file Expression.cs.

2285 {
2287 return MakeCatchBlock(variable.Type, variable, body, null);
2288 }
static void RequiresNotNull(object value, string paramName)
static CatchBlock MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)

References System.Linq.Expressions.Expression< TDelegate >.MakeCatchBlock(), and System.Dynamic.Utils.ContractUtils.RequiresNotNull().