TypeUtility.IsGenericType method

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

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

Return Value

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

See Also