C# Class System.ObjectExtension

显示文件 Open project: v5bep7/Utility Class Usage Examples

Public Methods

Method Description
IsNull ( this input ) : bool

判断一个对象是否为NULL

Method Details

IsNull() public static method

判断一个对象是否为NULL
public static IsNull ( this input ) : bool
input this 判断对象
return bool