AgentMulder.Containers.CastleWindsor.Patterns.FromTypes.FromThisAssembly.GetTargetModule C# (CSharp) Method

GetTargetModule() protected method

protected GetTargetModule ( IStructuralMatchResult match ) : IModule
match IStructuralMatchResult
return IModule
        protected override IModule GetTargetModule(IStructuralMatchResult match)
        {
            return match.MatchedElement.GetPsiModule().ContainingProjectModule;
        }