Freigeben über


Helper.IsEmpty Methode

Definition

Überlädt

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

Parameter

list
ArrayList

Gibt zurück

Gilt für:

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

Parameter

str
String

Gibt zurück

Gilt für: