Method InstantiateWith
InstantiateWith<T>()
Instantiates a new AppBuilder with the default services according to the given App type.
Declaration
public static AppBuilder InstantiateWith<T>() where T : class, IApp
Returns
Type | Description |
---|---|
AppBuilder | The instantiated AppBuilder. |
Type Parameters
Name | Description |
---|---|
T | The type of the app to build. It is expected that this type is a subclass of App. |