Example #1
0
 public static bool IsIntegerType(this PrimitiveType primitiveType)
 {
     return(primitiveType.GetStackType().IsIntegerType());
 }