Languages
[Edit]
EN

C# / .NET - check if List is empty

0 points
Created by:
Pearl-Hurley
559

In this article, we would like to show you how to check if List is empty in C#

Quick solution:

or:

 

1. Practical example

Edit

In this example, we check if list is empty using Any() method from System.Linq.

Output:

2. Using Count property

Edit

In this example, we check if list is empty using List.Count property.

Output:

References

Edit
  1. Enumerable.Any Method (System.Linq) | Microsoft Docs
  2. List<T>.Count Property (System.Collections.Generic) | Microsoft Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join