19 switch (Type.GetTypeCode(t))
29 case TypeCode.Decimal:
33 case TypeCode.Boolean:
35 case TypeCode.DateTime:
Extensions for Reflection.
static bool IsNumericType(this Type t)
Returns true if the Type is a Numeric Type.
Contains the Interop Reflection Classes for the BadScript2 Language.