| Name | 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
|
  | IsDataColumn |
Returns true if the Type is Data Column
|
  | IsDataRow |
Returns true if the type is a data row
|
  | IsDataset |
Returns true if the type is a dataset
|
  | IsDataTable |
Returns true if the type is a data table
|
  | IsDateTime |
Return true if the type is a DateTime
|
  | IsDateTimeOffset |
Return true if the type is a DateTimeOffset
|
  | IsDecimal |
Return true if the type is a Decimal
|
  | IsDouble |
Return true if the type is a Double
|
  | IsDynamicObject |
Returns true if it is a dynamic object
|
  | 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
|
  | IsImmutableArray |
True if the type is an System.Collections.Immutable.ImmutableArray
|
  | 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
|
  | IsStringBuilder |
Return true if the type is a StringBuilder
|
  | 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
|