C# Class NeverNull._

Afficher le fichier Open project: Bomret/NeverNull

Méthodes publiques

Méthode Description
IsNotNull ( this obj ) : bool
IsNull ( this obj ) : bool
ThrowIfNull ( this obj, string name ) : void

Method Details

IsNotNull() public static méthode

public static IsNotNull ( this obj ) : bool
obj this
Résultat bool

IsNull() public static méthode

public static IsNull ( this obj ) : bool
obj this
Résultat bool

ThrowIfNull() public static méthode

public static ThrowIfNull ( this obj, string name ) : void
obj this
name string
Résultat void