Compartir a través de


Helper.IsEmpty Método

Definición

Sobrecargas

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

Parámetros

list
ArrayList

Devoluciones

Se aplica a

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

Parámetros

str
String

Devoluciones

Se aplica a