public static TryCatchFinally ( Expression body, Expression @finally ) : TryExpression | ||
body | Expression | The body of the try block. |
@finally | Expression | |
return | TryExpression |
public static TryCatchFinally ( Expression body, Expression @finally ) : TryExpression | ||
body | Expression | The body of the try block. |
@finally | Expression | |
return | TryExpression |