[]
Gets a list wrapping this data collection.
public static IList<T> AsList<T>(this IDataCollection<T> collection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | collection | The original data collection. |
| Type | Description |
|---|---|
| IList<T> |
| Name | Description |
|---|---|
| T |