Test additional content header

ValuesTAdd Method

Adds a value to the end of the Values collection.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: 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.

Remarks

This method allows implicit collection initialization of a collection.

See Also