Microsoft.R.Editor.Tree.TreeUpdateTask.TreeUpdateTask C# (CSharp) Method

TreeUpdateTask() public method

public TreeUpdateTask ( EditorTree editorTree, ICoreShell shell ) : System
editorTree EditorTree
shell ICoreShell
return System
        public TreeUpdateTask(EditorTree editorTree, ICoreShell shell) {
            _editorTree = editorTree;
            _shell = shell;
            if (_shell != null) {
                _shell.Idle += OnIdle;
            }
            
        }
        #endregion