[]
Returns the first element of a sequence.
public static object First(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | The collection to return the first element of. |
| Type | Description |
|---|---|
| object | The first element in the specified sequence. |