Microsoft.Zing.TraceStatement.TraceStatement C# (CSharp) Method

TraceStatement() public method

public TraceStatement ( ) : System.Collections.Generic
return System.Collections.Generic
        public TraceStatement()
            : base((NodeType)ZingNodeType.Trace)
        {
        }

Same methods

TraceStatement::TraceStatement ( ExpressionList operands ) : System.Collections.Generic
TraceStatement::TraceStatement ( ExpressionList operands, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
TraceStatement