SyntaxTree.NodeInvoke.NodeInvoke C# (CSharp) Method

NodeInvoke() public method

public NodeInvoke ( Spanned spName, List args ) : System.Collections.Generic
spName Spanned
args List
return System.Collections.Generic
        public NodeInvoke(Spanned<string> spName, List<NodeExpr> args)
        {
            this.spName = spName;
            this.args = args;
        }