C# Class DebugUtils, wepwep

Afficher le fichier Open project: encephalopathy/wepwep Class Usage Examples

Méthodes publiques

Méthode Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void

Method Details

Assert() public static méthode

public static Assert ( bool condition ) : void
condition bool
Résultat void

Assert() public static méthode

public static Assert ( bool condition, string message ) : void
condition bool
message string
Résultat void