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

TraceStatement() public method

public TraceStatement ( ExpressionList operands ) : System.Collections.Generic
operands ExpressionList
return System.Collections.Generic
        public TraceStatement(ExpressionList operands)
            : this()
        {
            this.operands = operands;
        }

Same methods

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