Method ElementAt
ElementAt<T>(ISourceList<T>, int)
Declaration
public static T ElementAt<T>(this ISourceList<T> source, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ISourceList<T> | source | |
| int | index |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |