TypeUtility.IsValueType method

Determines whether the specified Type is a value type.

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

Return Value

true if specified type is a value type, false if not.

See Also