C# Class Schumix.Compiler.Extensions.GeneralExtensions

Some random extension stuff.
Mostra file Open project: Schumix/Schumix2

Public Methods

Method Description
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

Method Details

IsNull() public static method

Determines whether the specified obj is null.
public static IsNull ( this obj ) : bool
obj this The obj.
return bool