WeaverUtilities.

IsNullOrEmpty<T>(T[]) Method

Summary

Is the array null or its System.Array.Length 0?
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static bool IsNullOrEmpty<T>(this T[] array)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]

Return Value

Type Description
bool