C# 클래스 PortableRest.TypeExtensions

Extension methods on System.Type to make deserializing XML a tad easier.
파일 보기 프로젝트 열기: advancedrei/PortableRest

공개 메소드들

메소드 설명
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