C# Class Mojo.Release

Mostrar archivo Open project: Rhoana/Mojo

Public Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void

Method Details

Assert() public static method

public static Assert ( bool condition ) : void
condition bool
return void

Assert() public static method

public static Assert ( bool condition, string message ) : void
condition bool
message string
return void