Table of Contents

Method IsNullable

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

IsNullable(Type)

Determines whether type is a nullable type; that is, whether it is a reference type or it represents Nullable<T> for a value type.

public static bool IsNullable(this Type type)

Parameters

type Type

Returns

bool