Method IsValueType
- Namespace
- Zyl.ExSpans.Reflection
- Assembly
- ExSpans.Core.dll
IsValueType<T>()
Is value types (是否为值类型).
public static bool IsValueType<T>()
Returns
- bool
true if the Type is the value types; otherwise, false (类型是值类型就返回 true; 否则返回 false).
Type Parameters
T
The type (类型).
- See Also
IsValueType(Type)
Is value types (是否为值类型).
public static bool IsValueType(Type atype)
Parameters
atype
TypeThe type (类型).
Returns
- bool
true if the Type is the value types; otherwise, false (类型是值类型就返回 true; 否则返回 false).
- See Also