[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.AggregateFunctions.First

First Method

First(List<IExpression>)

Returns the first element of a sequence.

Declaration
public static object First(List<IExpression> source)
Parameters
Type Name Description
List<IExpression> source

The collection to return the first element of.

Returns
Type Description
object

The first element in the specified sequence.