ABB.Swum.Nodes.VariableDeclarationNode.VariableDeclarationNode C# (CSharp) Method

VariableDeclarationNode() public method

Creates a new VariableDeclarationNode.
public VariableDeclarationNode ( string name ) : System
name string The name of the variable.
return System
        public VariableDeclarationNode(string name) : base(name) { }
        /// <summary>

Same methods

VariableDeclarationNode::VariableDeclarationNode ( string name, IdSplitter splitter ) : System
VariableDeclarationNode::VariableDeclarationNode ( string name, string type, bool isPrimitive, IdSplitter splitter, Tagger tagger ) : System
VariableDeclarationNode::VariableDeclarationNode ( string name, string type, bool isPrimitive, IdSplitter splitter, Tagger tagger, Location location ) : System
VariableDeclarationNode::VariableDeclarationNode ( string name, string type, bool isPrimitive, IdSplitter splitter, Tagger tagger, Location location, int position ) : System