Click or drag to resize
MultiKeyExtensionsLookup3Of4a, b Method
Creates a hierarchical key lookup that allows matching on the third element of a four-level hierarchical key.

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

Parameters

k
Type: a

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

Type Parameters

a
b

Return Value

Type: ICustomLookupb

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

See Also