C# 클래스 System.ObjectExtension

파일 보기 프로젝트 열기: v5bep7/Utility 1 사용 예제들

공개 메소드들

메소드 설명
IsNull ( this input ) : bool

判断一个对象是否为NULL

메소드 상세

IsNull() 공개 정적인 메소드

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