public static TypeCode GetTypeCode(this CType ctype)
 {
     return(CType.GetTypeCode(ctype));
 }