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

GetComponentRegistrations() public final method

public final GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
return IEnumerable
        public override sealed IEnumerable<IComponentRegistration> GetComponentRegistrations(ITreeNode registrationRootElement)
        {
            return GetBasedOnRegistrations(registrationRootElement);
        }