C# 反射 判断类型是结构体

it2023-03-16  75

if (!type.IsPrimitive && !type.IsEnum && type.IsValueType)

最新回复(0)