Slickflow.Engine.Xpdl.NextActivityComponent.Remove C# (CSharp) Method

Remove() public method

public Remove ( NextActivityComponent nextActivity ) : bool
nextActivity NextActivityComponent
return bool
        public virtual bool Remove(NextActivityComponent nextActivity)
        {
            throw new InvalidOperationException("非组合节点,无子项可以删除!");
        }