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