ValuesTAdd Method
Adds a value to the end of the Values collection.
Namespace: Fluent.Calculations.Primitives.CollectionsAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public void Add(
T value
)
Parameters
- value T
- Value to be added.
This method allows implicit collection initialization of a collection.