Click or drag to resize
F# Index extensionsIndexofKeysT Method (ReadOnlyCollectionT)
Create an index from a sequence of keys and check if they are sorted or not

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static IIndex<T> ofKeys<T>(
	ReadOnlyCollection<T> keys
)

Parameters

keys
Type: System.Collections.ObjectModelReadOnlyCollectionT

[Missing <param name="keys"/> documentation for "M:Deedle.F# Index extensions.Index.ofKeys``1(System.Collections.ObjectModel.ReadOnlyCollection{``0})"]

Type Parameters

T

Return Value

Type: IIndexT

[Missing <returns> documentation for "M:Deedle.F# Index extensions.Index.ofKeys``1(System.Collections.ObjectModel.ReadOnlyCollection{``0})"]

See Also