Bottles.PackagingRuntimeGraph.AddBootstrapper C# (CSharp) Метод

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

public AddBootstrapper ( IBootstrapper bootstrapper ) : void
bootstrapper IBootstrapper
Результат void
        public void AddBootstrapper(IBootstrapper bootstrapper)
        {
            _bootstrappers.Add(bootstrapper);
            _diagnostics.LogObject(bootstrapper, currentProvenance);
        }