AgentMulder.ReSharper.Domain.Registrations.CompositeRegistration.CompositeRegistration C# (CSharp) Method

CompositeRegistration() public method

public CompositeRegistration ( ITreeNode registrationElement, IEnumerable componentRegistrations ) : System
registrationElement ITreeNode
componentRegistrations IEnumerable
return System
        public CompositeRegistration(ITreeNode registrationElement, IEnumerable<IComponentRegistration> componentRegistrations)
            : base(registrationElement)
        {
            this.componentRegistrations = componentRegistrations;
        }