[]
Returns the last element of a sequence.
public static object Last(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | The collection to return the last element of. |
| Type | Description |
|---|---|
| object | The value at the last position in the source sequence. |