Method ToList
ToList<T>(IEnumerator<T>)
Declaration
public static IReadOnlyList<T> ToList<T>(this IEnumerator<T> enumerator)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerator<T> | enumerator |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<T> |
Type Parameters
| Name | Description |
|---|---|
| T |