C# 클래스 HeaviSoft.FrameworkBase.Extension.CollectionEx

集合扩展
파일 보기 프로젝트 열기: heavis/Documentor_V01R01

공개 메소드들

메소드 설명
IsNullOrEmpty ( this list ) : bool

判断集合是否为空

메소드 상세

IsNullOrEmpty() 공개 정적인 메소드

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