internal ParserRunner(Type type, ParserRegistration parserRegistration, HelpGeneratorBase helpGenerator) { Debug.Assert(type != null); Type = type; m_registration = parserRegistration; Validate(type, m_registration); m_helpGenerator = helpGenerator; }