C# Class Owasp.SafeNuGet.ExtensionMethods

Show file Open project: OWASP/SafeNuGet

Public Methods

Method Description
IsNull ( this obj ) : bool
NotNull ( this obj ) : bool

Method Details

IsNull() public static method

public static IsNull ( this obj ) : bool
obj this
return bool

NotNull() public static method

public static NotNull ( this obj ) : bool
obj this
return bool