App2.Program.IApplicationEntryPoint C# (CSharp) Method

IApplicationEntryPoint() private method

private IApplicationEntryPoint ( System.Xml.Linq.XElement settings ) : void
settings System.Xml.Linq.XElement
return void
        void IApplicationEntryPoint.OnSettingsChanged(XElement settings)
        {
        }

Same methods

Program::IApplicationEntryPoint ( System.Xml.Linq.XElement settings, IDeploymentReader deploymentReader, IApplicationEnvironment environment, CancellationToken cancellationToken ) : void