CustomKey
Namespace: Deedle.Keys
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)
Signature: key:obj -> ICustomKey
|
Returns |
CustomKey.GetForTuple(tuple)
Signature: tuple:obj -> ICustomKey
|