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

◆ Catch() [3/4]

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

Definition at line 2279 of file Expression.cs.

2280 {
2281 return MakeCatchBlock(type, null, body, null);
2282 }
static CatchBlock MakeCatchBlock(Type type, ParameterExpression? variable, Expression body, Expression? filter)

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