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

MethodDeclarationNode() public method

Creates a new MethodDeclarationNode with the given method name.
public MethodDeclarationNode ( string name ) : System
name string The name of the method.
return System
        public MethodDeclarationNode(string name) : this(name, null) { }

Same methods

MethodDeclarationNode::MethodDeclarationNode ( string name, MethodContext context ) : System