Method AsSourceListEx
AsSourceListEx<T>(IEnumerable<T>)
Declaration
public static ISourceListEx<T> AsSourceListEx<T>(this IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | items |
Returns
Type | Description |
---|---|
ISourceListEx<T> |
Type Parameters
Name | Description |
---|---|
T |