Bender.Nodes.Node.CreateArray C# (CSharp) Method

CreateArray() public static method

public static CreateArray ( ) : Node
return Node
        public static Node CreateArray()
        {
            return new Node { NodeType = NodeType.Array };
        }

Same methods

Node::CreateArray ( string name ) : Node