Empty

Returns an empty collection.

WARNING

This method isn't available as an extension method.

Usage

Creating a new emptycollection

IEnumerable<int> result = CollectionModule.Empty<int>();

//result = {}

Last updated