IsEmpty IsArrayEmpty Method A Sandcastle Documented Class Library
Determines if the given array is empty.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static bool IsArrayEmpty(
	Object[] ar
)

Parameters

ar
Type:  System Object 

Return Value

Type: Boolean
See Also