Click or drag to resize
SeriesBuilderK, VSeries Property
Returns the constructed series. The series is an immutable copy of the current values and so further additions will not change the returned series.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<K, V> Series { get; }

Property Value

Type: SeriesK, V

[Missing <value> documentation for "P:Deedle.SeriesBuilder`2.Series"]

See Also