C# Class Schumix.Compiler.Extensions.GeneralExtensions

Some random extension stuff.
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

Method Details

IsNull() public static méthode

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