Ejemplo n.º 1
0
        internal ParserRunner(Type type, ParserRegistration parserRegistration, HelpGeneratorBase helpGenerator)
        {
            Debug.Assert(type != null);

            Type = type;

            m_registration = parserRegistration;

            Validate(type, m_registration);

            m_helpGenerator = helpGenerator;
        }
Ejemplo n.º 2
0
        internal ParserRunner(Type type, ParserRegistration parserRegistration, HelpGeneratorBase helpGenerator)
        {
            Debug.Assert(type != null);

            Type = type;

            m_registration = parserRegistration;

            Validate(type, m_registration);

            m_helpGenerator = helpGenerator;
        }