AgentMulder.Containers.StructureMap.Registrations.StructureMapServiceRegistration.StructureMapServiceRegistration C# (CSharp) Метод

StructureMapServiceRegistration() публичный Метод

public StructureMapServiceRegistration ( ITreeNode registrationRootElement, ITypeElement serviceType ) : JetBrains.ReSharper.Psi
registrationRootElement ITreeNode
serviceType ITypeElement
Результат JetBrains.ReSharper.Psi
        public StructureMapServiceRegistration(ITreeNode registrationRootElement, ITypeElement serviceType)
            : base(registrationRootElement)
        {
            AddFilter(typeElement => typeElement.IsDescendantOf(serviceType));
        }
StructureMapServiceRegistration