AgentMulder.ReSharper.Domain.Patterns.RegistrationPatternBase.GetComponentRegistrations C# (CSharp) Method

GetComponentRegistrations() public abstract method

public abstract GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
return IEnumerable
        public abstract IEnumerable<IComponentRegistration> GetComponentRegistrations(ITreeNode registrationRootElement);