C# Class Schumix.Config.Extensions.GeneralExtensions

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

Méthodes publiques

Méthode Description
IsBoolean ( this value ) : bool
IsNull ( this obj ) : bool

Determines whether the specified obj is null.

IsNumber ( this value ) : bool

Method Details

IsBoolean() public static méthode

public static IsBoolean ( this value ) : bool
value this
Résultat bool

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

IsNumber() public static méthode

public static IsNumber ( this value ) : bool
value this
Résultat bool