C# Class LLVM.Guard

Show file Open project: aaronrandolph/LLVM.NET

Public Methods

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

Method Details

ArgumentNull() public static method

public static ArgumentNull ( object obj, string name ) : void
obj object
name string
return void

EmptyString() public static method

public static EmptyString ( string s, string msg ) : void
s string
msg string
return void

IsTrue() public static method

public static IsTrue ( bool condition, string msg ) : void
condition bool
msg string
return void