Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Values
T
Count Property
Gets the number of elements contained in the Values collection.
Definition
Namespace:
Fluent.Calculations.Primitives.Collections
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
IReadOnlyCollection
T
Count
See Also
Reference
Values
T
Class
Fluent.Calculations.Primitives.Collections Namespace
In This Article
Definition
Property Value
Implements
See Also