Header menu logo Deedle

CustomKey Type

Helper type that can be used to get `ICustomKey` for any object (including objects that actually implement the interface and tuples)

Static members

Static member Description

CustomKey.Get(key)

Full Usage: CustomKey.Get(key)

Parameters:
    key : obj

Returns: ICustomKey

Returns `ICustomKey` instance for the specified key. If the specified key implements `ICustomKey`, then it is just returned; if it is a tuple, we use special key for tuples otherwise, it must be a primitive key so we just return it

key : obj
Returns: ICustomKey

CustomKey.GetForTuple(tuple)

Full Usage: CustomKey.GetForTuple(tuple)

Parameters:
    tuple : obj

Returns: ICustomKey
tuple : obj
Returns: ICustomKey

Type something to start searching.