ReflectionUtils.IsClass method
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Reflection |
|---|---|
| Assembly | Skybrud.Essentials.dll |
IsClass<T>()
Static
Returns whether T is a class type.
public static bool IsClass<T>()
Type Parameters
T
The type to check.
Returns
true if T is a class type; otherwise false.