Bottles.PackagingRuntimeGraph.AddBootstrapper C# (CSharp) Method

AddBootstrapper() public method

public AddBootstrapper ( IBootstrapper bootstrapper ) : void
bootstrapper IBootstrapper
return void
        public void AddBootstrapper(IBootstrapper bootstrapper)
        {
            _bootstrappers.Add(bootstrapper);
            _diagnostics.LogObject(bootstrapper, currentProvenance);
        }