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

CreateValue() public static method

public static CreateValue ( ) : Node
return Node
        public static Node CreateValue()
        {
            return new Node { NodeType = NodeType.Value };
        }

Same methods

Node::CreateValue ( string name ) : Node
Node::CreateValue ( string name, object value ) : Node