[]
Utility methods on IItemCollection.
public static class ItemCollectionExtensions
| Name | Description |
|---|---|
| Downcast<TI, TO>(IItemCollection<TI>) | Downcasts the items type within collection. |
| Empty<T>() | Gets empty item collection. |
| ToItemCollection<T>(IEnumerable<T>) | Wraps the list to item collection. |
| ToItemCollection<T>(IList<T>) | Wraps the list to item collection. |
| ToLazyItemCollection<T>(IEnumerable<T>) | Returns lazy memoizable item collection for specified sequence. |