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

GetTargetModule() protected method

protected GetTargetModule ( IStructuralMatchResult match ) : IModule
match IStructuralMatchResult
return IModule
        protected override IModule GetTargetModule(IStructuralMatchResult match)
        {
            var argument = (ICSharpArgument)match.GetMatchedElement("argument");

            return ModuleExtractor.GetTargetModule(argument.Value);
        }