Click or drag to resize
Accord.NET (logo)

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
public static class Debug
Request Example View Source

The Debug type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssert
Throws an exception if a condition is false.
Top
See Also