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

FieldDeclarationNode() public method

Creates a new FieldDeclarationNode with the given name, and no context.
public FieldDeclarationNode ( string name ) : System
name string The name of the declared field.
return System
        public FieldDeclarationNode(string name) : this(name, null) { }

Same methods

FieldDeclarationNode::FieldDeclarationNode ( string name, FieldContext context ) : System