Table of Contents

ProgramRoot<TStartup> Class

Definition

Namespace
Codebelt.Bootstrapper
Assemblies
Codebelt.Bootstrapper.dll
Source
src/Codebelt.Bootstrapper/ProgramRoot.cs

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