Cache<T>(IEnumerable<T>)
Declaration
public static IReadOnlyList<T> Cache<T>(this IEnumerable<T> items)Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
public static IReadOnlyList<T> Cache<T>(this IEnumerable<T> items)| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items |
| Type | Description |
|---|---|
| IReadOnlyList<T> |
| Name | Description |
|---|---|
| T |