C# 클래스 Accord.Diagnostics.Debug

Temporary internal framework class for handling debug assertions while inside unit tests. Will be removed in a future release.
파일 보기 프로젝트 열기: accord-net/framework

비공개 메소드들

메소드 설명
Assert ( bool condition, string message = "Internal framework error." ) : void