Variable telling the class that it is non-initialized
Empty
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
protected readonly bool _ignoreChanges |
| Visual Basic (Declaration) |
|---|
Protected ReadOnly _ignoreChanges As Boolean |
| Visual C++ |
|---|
protected:
initonly bool _ignoreChanges |
See Also