C# 클래스 Underscore.Utility.ObjectComponent

상속: IObjectComponent
파일 보기 프로젝트 열기: konkked/Underscore.cs 1 사용 예제들

공개 메소드들

메소드 설명
IsTruthy ( object target ) : bool

Returns true if an object is truthy, if the value is not the default value of the that type then returns true with the exception of strings which return false if empty, whitespace or null

비공개 메소드들

메소드 설명
IsNumber ( object o ) : bool

메소드 상세

IsTruthy() 공개 메소드

Returns true if an object is truthy, if the value is not the default value of the that type then returns true with the exception of strings which return false if empty, whitespace or null
public IsTruthy ( object target ) : bool
target object
리턴 bool