Test additional content header

ValuesTTags Property

Custom tags associated with the collection.

Definition

Namespace: Fluent.Calculations.Primitives.Collections
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public ITags Tags { get; }

Property Value

ITags
Custom tag.

Implements

IValueTags

Remarks

Simple mechanism to carry additional meta-data througout the calculation. Can be usefull to provide addtional grouping, identifiers or enything else to look up values.

See Also