Autofac.Extras.RegistrationAttributes.AsCustomAttribute.AsCustomAttribute C# (CSharp) Method

AsCustomAttribute() public method

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
return System
        public AsCustomAttribute(Type customRegistrationHandler)
        {
            _customRegistrationHandler = customRegistrationHandler;
        }