Bender.Nodes.NodeBase.GetNodes C# (CSharp) Method

GetNodes() protected method

protected GetNodes ( ) : IEnumerable
return IEnumerable
        protected virtual IEnumerable<INode> GetNodes()
        {
            throw new ChildrenNotSupportedException();
        }