Test additional content header

ValuesTType Property

Original type of the the collection implementation.

Definition

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

Property Value

String
Name of type aka GetType().Name

Implements

IValueType

Remarks

Can be used for more advance desrialization into concrete value types.

See Also