Ejemplo n.º 1
0
        public virtual IEnumerable <AutoCompleteItem> GetAutoCompleteList(LuatScript script, int offset)
        {
            LuatAstNodeBase parent = this.ParentNode as LuatAstNodeBase;

            return((null != parent) ? parent.GetAutoCompleteList(script, offset) : new AutoCompleteItem[0]);
        }