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);
        }