Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
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
C#
Copy
View Source
public
interface
IArguments
:
IEnumerable
<
IValue
>,
IEnumerable
Implements
IEnumerable
IValue
,
IEnumerable
Remarks
This interface can be used for visualizations or any other output transformations.
Properties
Count
Gets the number of elements contained in the arguments collection.
See Also
Reference
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
Properties
See Also