Summary
Gets a value indicating whether this
IApplicationState is debug.
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Containing Type
- IApplicationState
Syntax
bool Debug { get; }
Value
| Type | Description |
|---|---|
| bool | true if debug; otherwise, false. |
