|
Debug Class
|
Temporary internal framework class for handling debug assertions
while inside unit tests. Will be removed in a future release.
Inheritance Hierarchy SystemObject
Accord.DiagnosticsDebug
Namespace:
Accord.Diagnostics
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax The Debug type exposes the following members.
Methods
| Name | Description |
---|
| Assert |
Throws an exception if a condition is false.
|
TopSee Also