C# Class PortableRest.TypeExtensions

Extension methods on System.Type to make deserializing XML a tad easier.
Afficher le fichier Open project: advancedrei/PortableRest

Méthodes publiques

Méthode Description
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).

Method Details

IsSimpleType() public static méthode

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
Résultat bool