Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.CatchBlock Class Referencesealed

Public Member Functions

override string ToString ()
 
CatchBlock Update (ParameterExpression? variable, Expression? filter, Expression body)
 

Package Functions

 CatchBlock (Type test, ParameterExpression variable, Expression body, Expression filter)
 

Properties

ParameterExpressionVariable [get]
 
Type Test [get]
 
Expression Body [get]
 
ExpressionFilter [get]
 

Detailed Description

Definition at line 6 of file CatchBlock.cs.


The documentation for this class was generated from the following file: