Summary
Converts the specified environment.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- Rocket
Environment Extensions
Syntax
public static IRocketEnvironment Convert(this IHostingEnvironment environment)
Attributes
| Type | Description |
|---|---|
| NotNullAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| environment | IHostingEnvironment | The environment. |
Return Value
| Type | Description |
|---|---|
| IRocketEnvironment | IRocketEnvironment. |
