C# Class DebugUtils, wepwep

Datei anzeigen Open project: encephalopathy/wepwep Class Usage Examples

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