TypeUtility.IsClass method

Gets a value indicating whether the specified type is a class type.

public static bool IsClass(this Type type)
parameter description
type The type.

Return Value

true if the specified type is a class type; otherwise, false.

See Also