Returns an empty collection.
WARNING This method isn't available as an extension method.
WARNING
This method isn't available as an extension method.
Parameters
Returns
IEnumerable<T>
Creating a new emptycollection
IEnumerable<int> result = CollectionModule.Empty<int>(); //result = {}
Last updated 5 years ago