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

BasedOnNonGeneric() public method

public BasedOnNonGeneric ( IBasedOnRegistrationCreator registrationCreator ) : System.Collections.Generic
registrationCreator IBasedOnRegistrationCreator
return System.Collections.Generic
        public BasedOnNonGeneric(IBasedOnRegistrationCreator registrationCreator)
            : base(pattern)
        {
            this.registrationCreator = registrationCreator;
        }