AgentMulder.Containers.CastleWindsor.Patterns.FromTypes.BasedOn.InSameNamespaceAsGeneric.GetNamespaceElement C# (CSharp) Method

GetNamespaceElement() protected method

protected GetNamespaceElement ( IStructuralMatchResult match, bool &includeSubnamespaces ) : INamespace
match IStructuralMatchResult
includeSubnamespaces bool
return INamespace
        protected override INamespace GetNamespaceElement(IStructuralMatchResult match, out bool includeSubnamespaces)
        {
            return NamespaceExtractor.GetNamespace(match, out includeSubnamespaces);
        }