EnumerableExtensions Class
Version 1.1.28
.NET Framework 4.8
| Namespace | Skybrud.Essentials.Collections.Extensions |
|---|---|
| Assembly | Skybrud.Essentials.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Static class with extensions methods for instances of IEnumerable<T>.
public static class EnumerableExtensions { }
Methods
|
Cast(IEnumerable, Type)
(static)
Casts the elements of an IEnumerable to the specified |
|
Orders |
|
Orders |
|
Sorts the elements of |
|
Orders |
|
ToArray(IEnumerable, Type)
(static)
Creates an array from a IEnumerable . |
|
ToList(IEnumerable, Type)
(static)
Creates an IList from an IEnumerable . |