| SeriesBuilderK, VAdd Method |
Add specified key and value to the series being build
Namespace:
Deedle
Assembly:
Deedle (in Deedle.dll) Version: 1.2
Syntax public void Add(
K key,
V value
)
Parameters
- key
- Type: K
[Missing <param name="key"/> documentation for "M:Deedle.SeriesBuilder`2.Add(`0,`1)"]
- value
- Type: V
[Missing <param name="value"/> documentation for "M:Deedle.SeriesBuilder`2.Add(`0,`1)"]
See Also