AssertExtensions.

IsNullOrEmpty<T>(ICollection<T>) Method

Syntax

public static bool IsNullOrEmpty<T>(this ICollection<T> value)

Attributes

Type Description
CakeAliasCategoryAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
value ICollection<T>

Return Value

Type Description
bool