Method | 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).
|
public static IsSimpleType ( this type ) : bool | ||
type | this | |
return | bool |