Helper.IsEmpty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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