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

GetTargetModule() protected method

protected GetTargetModule ( IStructuralMatchResult match ) : IModule
match IStructuralMatchResult
return IModule
        protected override IModule GetTargetModule(IStructuralMatchResult match)
        {
            return ModuleExtractor.GetTargetModule(match.GetMatchedType("type"));
        }