Live Chat Icon For mobile
Live Chat Icon

How to check if the ArrayList is empty

Platform: ASP.NET| Category: Collections and Lists

VB.NET


if arrList= 0 then
..
else
..
end if

C#


if (arrList ==0)
{
...
}
else
{
...
}

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.