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

◆ TryFinally()

static TryExpression System.Linq.Expressions.Expression< TDelegate >.TryFinally ( Expression< TDelegate > body,
Expression< TDelegate >? @ finally )
inlinestaticinherited

Definition at line 4882 of file Expression.cs.

4883 {
4884 return MakeTry(null, body, @finally, null, null);
4885 }
static TryExpression MakeTry(Type? type, Expression body, Expression? @finally, Expression? fault, IEnumerable< CatchBlock >? handlers)

References System.Linq.Expressions.Expression< TDelegate >.MakeTry().

Referenced by System.Runtime.CompilerServices.CallSite< T >.CreateCustomUpdateDelegate().