Click or drag to resize
MultiKeyExtensionsLookup2Of3a, b Method
Creates a hierarchical key lookup that allows matching on the second element of a three-level hierarchical key.

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

Parameters

k
Type: a

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

Type Parameters

a
b

Return Value

Type: ICustomLookupb

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

See Also