Click or drag to resize
MultiKeyExtensionsLookup1Of2a, b Method
Creates a hierarchical key lookup that allows matching on the first element of a two-level hierarchical key.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static ICustomLookup<b> Lookup1Of2<a, b>(
	a k
)

Parameters

k
Type: a

[Missing <param name="k"/> documentation for "M:Deedle.MultiKeyExtensions.Lookup1Of2``2(``0)"]

Type Parameters

a
b

Return Value

Type: ICustomLookupb

[Missing <returns> documentation for "M:Deedle.MultiKeyExtensions.Lookup1Of2``2(``0)"]

See Also