C# Class HeaviSoft.FrameworkBase.Extension.CollectionEx

集合扩展
Afficher le fichier Open project: heavis/Documentor_V01R01

Méthodes publiques

Méthode Description
IsNullOrEmpty ( this list ) : bool

判断集合是否为空

Method Details

IsNullOrEmpty() public static méthode

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