[]
Returns the number of elements in a sequence.
public static object Count(List<IExpression> source)
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | A sequence that contains elements to be counted. |
| Type | Description |
|---|---|
| object | The number of elements in the input sequence. |