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

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

공개 메소드들

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

Determines whether the specified obj is null.

IsNumber ( this value ) : bool

메소드 상세

IsBoolean() 공개 정적인 메소드

public static IsBoolean ( this value ) : bool
value this
리턴 bool

IsNull() 공개 정적인 메소드

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

IsNumber() 공개 정적인 메소드

public static IsNumber ( this value ) : bool
value this
리턴 bool