Exemplo n.º 1
0
        public NameAnalyser(NameContext context, NameAnalysisOptions options)
        {
            if (context == null)
                throw new ArgumentNullException("context");
            if (options == null)
                throw new ArgumentNullException("options");

            this.context = context;
            this.options = options;
        }
Exemplo n.º 2
0
        public NameAnalyser(NameContext context, NameAnalysisOptions options)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }
            if (options == null)
            {
                throw new ArgumentNullException("options");
            }

            this.context = context;
            this.options = options;
        }