Test additional content header

IArguments Interface

Provides the interfact to retrieve expression arguments.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public interface IArguments : IEnumerable<IValue>, 
	IEnumerable
Implements
IEnumerableIValue, IEnumerable

Remarks

This interface can be used for visualizations or any other output transformations.

Properties

CountGets the number of elements contained in the arguments collection.

See Also