Spinach.exec.Onoutput C# (CSharp) Method

Onoutput() public method

public Onoutput ( List elements ) : void
elements List
return void
        public void Onoutput(List<Element> elements)
        {
            if (astEvent != null)
                astEvent(elements);
        }
        public List<string> getKeywords()