Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NeverNull
_
C# Class NeverNull._
Mostra file
Open project: Bomret/NeverNull
Public Methods
Method
Description
IsNotNull
(
this
obj
) :
bool
IsNull
(
this
obj
) :
bool
ThrowIfNull
(
this
obj
,
string
name
) :
void
Method Details
IsNotNull()
public
static
method
public
static
IsNotNull
(
this
obj
) :
bool
obj
this
return
bool
IsNull()
public
static
method
public
static
IsNull
(
this
obj
) :
bool
obj
this
return
bool
ThrowIfNull()
public
static
method
public
static
ThrowIfNull
(
this
obj
,
string
name
) :
void
obj
this
name
string
return
void