C# Class LLVM.Guard

Afficher le fichier Open project: aaronrandolph/LLVM.NET

Méthodes publiques

Méthode Description
ArgumentNull ( object obj, string name ) : void
EmptyString ( string s, string msg ) : void
IsTrue ( bool condition, string msg ) : void

Method Details

ArgumentNull() public static méthode

public static ArgumentNull ( object obj, string name ) : void
obj object
name string
Résultat void

EmptyString() public static méthode

public static EmptyString ( string s, string msg ) : void
s string
msg string
Résultat void

IsTrue() public static méthode

public static IsTrue ( bool condition, string msg ) : void
condition bool
msg string
Résultat void