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

FieldDeclarationNode() public method

Creates a new FieldDeclarationNode.
public FieldDeclarationNode ( string name, FieldContext context ) : System
name string The name of the declared field.
context FieldContext The surrounding context of the field.
return System
        public FieldDeclarationNode(string name, FieldContext context)
            : base(name) {
            this.Context = context;
        }

Same methods

FieldDeclarationNode::FieldDeclarationNode ( string name ) : System