C# Class HeaviSoft.FrameworkBase.Extension.CollectionEx

集合扩展
ファイルを表示 Open project: heavis/Documentor_V01R01

Public Methods

Method Description
IsNullOrEmpty ( this list ) : bool

判断集合是否为空

Method Details

IsNullOrEmpty() public static method

判断集合是否为空
public static IsNullOrEmpty ( this list ) : bool
list this 集合对象
return bool