Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Arguments
Collection
Count 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
C#
Copy
View Source
public
int
Count
{
get
; }
Property Value
Int32
Number of elements in a collection
Implements
IArguments
Count
Remarks
Array will be empty for Constant value type.
See Also
Reference
ArgumentsCollection Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also