C# Класс Dev2.JTokenExtensionmethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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