Test additional content header

ArgumentsCollectionCount Property

Gets the number of elements contained in the arguments collection.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public int Count { get; }

Property Value

Int32
Number of elements in a collection

Implements

IArgumentsCount

Remarks

Array will be empty for Constant value type.

See Also