Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Schumix
Compiler
Extensions
GeneralExtensions
C# Class Schumix.Compiler.Extensions.GeneralExtensions
Some random extension stuff.
ファイルを表示
Open project: Schumix/Schumix2
Public Methods
Method
Description
IsNull
(
this
obj
) :
bool
Determines whether the specified obj is null.
Method Details
IsNull()
public
static
method
Determines whether the specified obj is null.
public
static
IsNull
(
this
obj
) :
bool
obj
this
The obj.
return
bool