C# 클래스 Dev2.JTokenExtensionmethods

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
IsEnumerable ( this token ) : bool
IsEnumerableOfPrimitives ( this property ) : bool
IsObject ( this token ) : bool
IsPrimitive ( this token ) : bool

메소드 상세

IsEnumerable() 공개 정적인 메소드

public static IsEnumerable ( this token ) : bool
token this
리턴 bool

IsEnumerableOfPrimitives() 공개 정적인 메소드

public static IsEnumerableOfPrimitives ( this property ) : bool
property this
리턴 bool

IsObject() 공개 정적인 메소드

public static IsObject ( this token ) : bool
token this
리턴 bool

IsPrimitive() 공개 정적인 메소드

public static IsPrimitive ( this token ) : bool
token this
리턴 bool