C# 클래스 Schumix.Compiler.Extensions.GeneralExtensions

Some random extension stuff.
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

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

Determines whether the specified obj is null.

메소드 상세

IsNull() 공개 정적인 메소드

Determines whether the specified obj is null.
public static IsNull ( this obj ) : bool
obj this The obj.
리턴 bool