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

FromThisAssembly() public method

public FromThisAssembly ( string qualiferType ) : System
qualiferType string
return System
        public FromThisAssembly(string qualiferType)
            : base(CreatePattern(qualiferType))
        {
        }