Autofac.Extras.RegistrationAttributes.AsCustomAttribute.AsCustomAttribute C# (CSharp) Méthode

AsCustomAttribute() public méthode

public AsCustomAttribute ( Type customRegistrationHandler ) : System
customRegistrationHandler System.Type
Résultat System
        public AsCustomAttribute(Type customRegistrationHandler)
        {
            _customRegistrationHandler = customRegistrationHandler;
        }