Méthode | Description | |
---|---|---|
IsNotNull ( this obj ) : bool | ||
IsNull ( this obj ) : bool | ||
ThrowIfNull ( this obj, string name ) : void |
public static IsNotNull ( this obj ) : bool | ||
obj | this | |
Résultat | bool |
public static ThrowIfNull ( this obj, string name ) : void | ||
obj | this | |
name | string | |
Résultat | void |