Method ToAdvisableCollection
ToAdvisableCollection<T>(IEnumerable<T>)
Declaration
public static AdvisableCollection<T> ToAdvisableCollection<T>(this IEnumerable<T> collection)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | collection |
Returns
Type | Description |
---|---|
AdvisableCollection<T> |
Type Parameters
Name | Description |
---|---|
T |