ABB.Swum.Nodes.MethodDeclarationNode.MethodDeclarationNode C# (CSharp) 메소드

MethodDeclarationNode() 공개 메소드

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

Same methods

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