Assert.IsNull Method

Definition

Overloads

IsNull(Object)
IsNull(Object, String)
IsNull(Object, String, Object[])

IsNull(Object)

public static void IsNull (object anObject);
static member IsNull : obj -> unit

Parameters

anObject
Object

Applies to

IsNull(Object, String)

public static void IsNull (object anObject, string message);
static member IsNull : obj * string -> unit

Parameters

anObject
Object
message
String

Applies to

IsNull(Object, String, Object[])

public static void IsNull (object anObject, string message, params object[] args);
static member IsNull : obj * string * obj[] -> unit

Parameters

anObject
Object
message
String
args
Object[]

Applies to