C# Class Dev2.JTokenExtensionmethods

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
IsEnumerable ( this token ) : bool
IsEnumerableOfPrimitives ( this property ) : bool
IsObject ( this token ) : bool
IsPrimitive ( this token ) : bool

Method Details

IsEnumerable() public static method

public static IsEnumerable ( this token ) : bool
token this
return bool

IsEnumerableOfPrimitives() public static method

public static IsEnumerableOfPrimitives ( this property ) : bool
property this
return bool

IsObject() public static method

public static IsObject ( this token ) : bool
token this
return bool

IsPrimitive() public static method

public static IsPrimitive ( this token ) : bool
token this
return bool