Microsoft.Zing.TraceStatement.TraceStatement C# (CSharp) Метод

TraceStatement() публичный Метод

public TraceStatement ( ) : System.Collections.Generic
Результат 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