Click or drag to resize
RowSeriesTRowKey, TColumnKeyGetByLevel Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public Frame<TRowKey, TColumnKey> GetByLevel(
	ICustomLookup<TRowKey> level
)

Parameters

level
Type: DeedleICustomLookupTRowKey

[Missing <param name="level"/> documentation for "M:Deedle.RowSeries`2.GetByLevel(Deedle.ICustomLookup{`0})"]

Return Value

Type: FrameTRowKey, TColumnKey

[Missing <returns> documentation for "M:Deedle.RowSeries`2.GetByLevel(Deedle.ICustomLookup{`0})"]

See Also