Click or drag to resize
SeriesK, VItem Property (IEnumerableK)
[category:Accessors and slicing]

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

Parameters

items
Type: System.Collections.GenericIEnumerableK

Property Value

Type: SeriesK, V

[Missing <value> documentation for "P:Deedle.Series`2.Item(System.Collections.Generic.IEnumerable{`0})"]

See Also