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.

IsClass(Type)

Static

Returns whether the specified type is a class type.

public static bool IsClass(Type type)

Parameters

type Type

The type to check.

Returns

true if type is a class type; otherwise false.