Autofac.Extras.RegistrationAttributes.AsCustomAttribute.AsCustomAttribute C# (CSharp) Метод

AsCustomAttribute() публичный Метод

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
Результат System
        public AsCustomAttribute(Type customRegistrationHandler)
        {
            _customRegistrationHandler = customRegistrationHandler;
        }