Test additional content header

ValuesTCount 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
public int Count { get; }

Property Value

Int32
Number of elements in a collection.

Implements

IReadOnlyCollectionTCount

See Also