Edit

Share via


Helper.IsEmpty Method

Definition

Overloads

IsEmpty(ArrayList)
IsEmpty(String)

IsEmpty(ArrayList)

public:
 static bool IsEmpty(System::Collections::ArrayList ^ list);
public static bool IsEmpty (System.Collections.ArrayList list);
static member IsEmpty : System.Collections.ArrayList -> bool
Public Shared Function IsEmpty (list As ArrayList) As Boolean

Parameters

list
ArrayList

Returns

Applies to

IsEmpty(String)

public:
 static bool IsEmpty(System::String ^ str);
public static bool IsEmpty (string str);
static member IsEmpty : string -> bool
Public Shared Function IsEmpty (str As String) As Boolean

Parameters

str
String

Returns

Applies to