Method | Description | |
---|---|---|
CanHaveChildren ( |
Returns true if the type can have children
|
|
IsArray ( |
True if the type is an array
|
|
IsByteArray ( |
Returns true if it is a byte array
|
|
IsClass ( |
Return true if the type is a class
|
|
IsDataRow ( |
Returns true if the type is a data row
|
|
IsDataTable ( |
Returns true if the type is a data table
|
|
IsDataset ( |
Returns true if the type is a dataset
|
|
IsDateTime ( |
Return true if the type is a DateTime
|
|
IsDateTimeOffset ( |
Return true if the type is a DateTimeOffset
|
|
IsDouble ( |
Return true if the type is a Double
|
|
IsEnum ( |
Return true if the type is an enum
|
|
IsEnumerable ( |
Return true if the type is an Enumerable
|
|
IsFont ( |
Returns true if the type is a font
|
|
IsHashSet ( |
Return true if the type is a hashset
|
|
IsIDictionary ( |
Return true if the type is a dictionary
|
|
IsIList ( |
Return true if the type is a List
|
|
IsInterface ( |
Return true if the type is an interface
|
|
IsIpEndPoint ( |
Returns true if the type is an IPEndPoint
|
|
IsPointer ( |
Return true if the type is a pointer
|
|
IsRuntimeType ( |
Returns true if the Type is a Runtime type
|
|
IsSimpleType ( |
Return true if the type is a primitive type, date, decimal, string, or GUID
|
|
IsString ( |
Return true if the type is a string
|
|
IsStruct ( |
Returns true if it is a struct
|
|
IsTimespan ( |
Returns true if the type is a timespan
|
|
IsUri ( |
Return true if the type is a URI
|
public static CanHaveChildren ( |
||
type | ||
return | bool |
public static IsArray ( |
||
type | ||
return | bool |
public static IsByteArray ( |
||
type | ||
return | bool |
public static IsClass ( |
||
type | ||
return | bool |
public static IsDataRow ( |
||
type | ||
return | bool |
public static IsDataTable ( |
||
type | ||
return | bool |
public static IsDataset ( |
||
type | ||
return | bool |
public static IsDateTime ( |
||
type | ||
return | bool |
public static IsDateTimeOffset ( |
||
type | ||
return | bool |
public static IsDouble ( |
||
type | ||
return | bool |
public static IsEnum ( |
||
type | ||
return | bool |
public static IsEnumerable ( |
||
type | ||
return | bool |
public static IsFont ( |
||
type | The type1. | |
return | bool |
public static IsHashSet ( |
||
type | ||
return | bool |
public static IsIDictionary ( |
||
type | ||
return | bool |
public static IsIList ( |
||
type | ||
return | bool |
public static IsInterface ( |
||
type | ||
return | bool |
public static IsIpEndPoint ( |
||
type | ||
return | bool |
public static IsPointer ( |
||
type | ||
return | bool |
public static IsRuntimeType ( |
||
type | ||
return | bool |
public static IsSimpleType ( |
||
type | ||
return | bool |
public static IsString ( |
||
type | ||
return | bool |
public static IsStruct ( |
||
type | ||
return | bool |
public static IsTimespan ( |
||
type | ||
return | bool |