C# Класс PortableRest.TypeExtensions

Extension methods on System.Type to make deserializing XML a tad easier.
Показать файл Открыть проект

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

Метод Описание
IsSimpleType ( this type ) : bool

Determine whether a type is simple (String, Decimal, DateTime, etc) or complex (i.e. custom class with public properties and methods).

Описание методов

IsSimpleType() публичный статический Метод

Determine whether a type is simple (String, Decimal, DateTime, etc) or complex (i.e. custom class with public properties and methods).
public static IsSimpleType ( this type ) : bool
type this
Результат bool