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

◆ Catch() [4/4]

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

Definition at line 2290 of file Expression.cs.

2291 {
2292 return MakeCatchBlock(type, null, body, filter);
2293 }
static CatchBlock MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)

References System.Linq.Expressions.Expression< TDelegate >.MakeCatchBlock(), and System.type.