AgentMulder.ReSharper.Plugin.Components.SolutionAnalyzer.SolutionAnalyzer C# (CSharp) Метод

SolutionAnalyzer() публичный Метод

public SolutionAnalyzer ( AgentMulder.ReSharper.Plugin.Components.PatternSearcher patternSearcher, SearchDomainFactory searchDomainFactory, IWordIndex wordIndex ) : System.Collections.Generic
patternSearcher AgentMulder.ReSharper.Plugin.Components.PatternSearcher
searchDomainFactory SearchDomainFactory
wordIndex IWordIndex
Результат System.Collections.Generic
        public SolutionAnalyzer(PatternSearcher patternSearcher, SearchDomainFactory searchDomainFactory, IWordIndex wordIndex)
        {
            this.patternSearcher = patternSearcher;
            this.searchDomainFactory = searchDomainFactory;
            this.wordIndex = wordIndex;

            LoadContainerInfos();
        }