Boo.BooLangService.Intellisense.DeclarationFinder.DeclarationFinder C# (CSharp) Méthode

DeclarationFinder() public méthode

public DeclarationFinder ( CompiledProject compiledProject, ISource source, string fileName ) : System
compiledProject CompiledProject
source ISource
fileName string
Résultat System
        public DeclarationFinder(CompiledProject compiledProject, ISource source, string fileName)
        {
            this.compiledProject = compiledProject;
            this.source = source;
            this.fileName = fileName;
        }