Метод | Описание | |
---|---|---|
Assert ( bool expression ) : void | ||
Assert ( bool expression, string msg ) : void |
Метод | Описание | |
---|---|---|
DebugCheck ( ) : System.Collections.Generic |
public static Assert ( bool expression ) : void | ||
expression | bool | |
Результат | void |
public static Assert ( bool expression, string msg ) : void | ||
expression | bool | |
msg | string | |
Результат | void |