Ancestry.Daisy.Language.AST.Trace.TraceNode.TraceNode C# (CSharp) Method

TraceNode() protected method

protected TraceNode ( object scope, bool outcome )
scope object
outcome bool
        protected TraceNode(object scope,bool outcome)
        {
            Outcome = outcome;
            Scope = scope;
        }
TraceNode