C# Class NeverNull._

Exibir arquivo Open project: Bomret/NeverNull

Public Methods

Method Description
IsNotNull ( this obj ) : bool
IsNull ( this obj ) : bool
ThrowIfNull ( this obj, string name ) : void

Method Details

IsNotNull() public static method

public static IsNotNull ( this obj ) : bool
obj this
return bool

IsNull() public static method

public static IsNull ( this obj ) : bool
obj this
return bool

ThrowIfNull() public static method

public static ThrowIfNull ( this obj, string name ) : void
obj this
name string
return void