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

◆ Catch() [2/4]

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

Definition at line 2295 of file Expression.cs.

2296 {
2298 return MakeCatchBlock(variable.Type, variable, body, filter);
2299 }
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().