[]
Wraps the list to item collection.
public static IItemCollection<T> ToItemCollection<T>(this IList<T> list)
Type | Name | Description |
---|---|---|
IList<T> | list | The list. |
Type | Description |
---|---|
IItemCollection<T> |
Name | Description |
---|---|
T | The items type. |
Wraps the list to item collection.
public static IItemCollection<T> ToItemCollection<T>(this IEnumerable<T> seq)
Type | Name | Description |
---|---|---|
IEnumerable<T> | seq | The seq. |
Type | Description |
---|---|
IItemCollection<T> |
Name | Description |
---|---|
T | The items type. |