C# Class HeaviSoft.FrameworkBase.Extension.ObjectEx

对象扩展
ファイルを表示 Open project: heavis/Documentor_V01R01

Public Methods

Method Description
IsNull ( this obj ) : bool

判断是否是否为Null

Method Details

IsNull() public static method

判断是否是否为Null
public static IsNull ( this obj ) : bool
obj this 对象
return bool