C# Class System.Yaml.YamlTagPrefixes.Debug

Since System.Diagnostics.Debug.Assert is too anoying while development, this class temporarily override Debug.Assert action.
Datei anzeigen Open project: jbruening/YamlSerializer-Fork

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