TypeUtility.IsAbstract method

Determines whether the type is abstract.

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

Return Value

true if the type is abstract.

See Also