c# empty IEnumerable

C#
using System.Linq;
...
Enumerable.Empty<Friend>();
Source

Also in C#: