C# Class Mojo.Release

Afficher le fichier Open project: Rhoana/Mojo

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