Table of Contents

Class ProgramRoot<TStartup>

Namespace
Codebelt.Bootstrapper
Assembly
Codebelt.Bootstrapper.dll

The base entry point of an application responsible for registering its StartupRoot partner.

public abstract class ProgramRoot<TStartup> : ProgramRoot where TStartup : StartupRoot

Type Parameters

TStartup

The type containing the startup methods for the application.

Inheritance
ProgramRoot<TStartup>
Derived

See Also