Creating an empty sequence using the Empty operator in LINQ

You can create an empty sequence of a type using the Empty operator in Linq. Its usage is very simple:

IEnumerable<string> emptyStringSequence = Enumerable.Empty<string>();

This creates a sequence of strings consisting of 0 elements.

About Andras Nemes
I'm a .NET/Java developer living and working in Stockholm, Sweden.

4 Responses to Creating an empty sequence using the Empty operator in LINQ

  1. snowdog1974 says:

    Nice little nugget of info, thanks! Always enjoy reading your blog.

  2. Brent Giesler says:

    Hi Andras.

    When would you need to do that?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

Elliot Balynn's Blog

A directory of wonderful thoughts

Software Engineering

Web development

Disparate Opinions

Various tidbits

chsakell's Blog

WEB APPLICATION DEVELOPMENT TUTORIALS WITH OPEN-SOURCE PROJECTS

Once Upon a Camayoc

Bite-size insight on Cyber Security for the not too technical.

%d bloggers like this: