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

◆ VisitNew()

override Expression System.Linq.Expressions.DebugViewWriter.VisitNew ( NewExpression node)
inlinepackagevirtual

Reimplemented from System.Linq.Expressions.ExpressionVisitor.

Definition at line 764 of file DebugViewWriter.cs.

765 {
766 Out(".New " + node.Type.ToString());
767 VisitExpressions('(', node.Arguments);
768 return node;
769 }

References System.Reflection.Out.