Click or drag to resize
SeriesK, VIndexWithTNewKey Method
[category:Indexing]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<TNewKey, V> IndexWith<TNewKey>(
	IEnumerable<TNewKey> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableTNewKey

[Missing <param name="keys"/> documentation for "M:Deedle.Series`2.IndexWith``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

TNewKey

Return Value

Type: SeriesTNewKey, V

[Missing <returns> documentation for "M:Deedle.Series`2.IndexWith``1(System.Collections.Generic.IEnumerable{``0})"]

See Also