C# Class System.Yaml.YamlTagPrefixes.Debug

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

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