C# Class Dev2.JTokenExtensionmethods

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
IsEnumerable ( this token ) : bool
IsEnumerableOfPrimitives ( this property ) : bool
IsObject ( this token ) : bool
IsPrimitive ( this token ) : bool

Method Details

IsEnumerable() public static méthode

public static IsEnumerable ( this token ) : bool
token this
Résultat bool

IsEnumerableOfPrimitives() public static méthode

public static IsEnumerableOfPrimitives ( this property ) : bool
property this
Résultat bool

IsObject() public static méthode

public static IsObject ( this token ) : bool
token this
Résultat bool

IsPrimitive() public static méthode

public static IsPrimitive ( this token ) : bool
token this
Résultat bool