Aurora.ScriptEngineParser.ArgumentDeclarationList_2.ArgumentDeclarationList_2 C# (CSharp) Method

ArgumentDeclarationList_2() public method

public ArgumentDeclarationList_2 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public ArgumentDeclarationList_2(Parser yyq) : base(yyq,
                                                            ((ArgumentDeclarationList) (yyq.StackAt(2).m_value))
                                                            ,
                                                            ((Declaration) (yyq.StackAt(0).m_value))
            )
        {
        }
    }
ArgumentDeclarationList_2