CustomKey
Helper type that can be used to get ICustomKey
for any object (including objects
that actually implement the interface and tuples)
Constructors
Constructor | Description |
new CustomKey
Signature:unit -> CustomKey
|
Static members
Static member | Description |
CustomKey.Get(key)
Signature:key:obj -> ICustomKey
|
Returns |
CustomKey.GetForTuple(tuple)
Signature:tuple:obj -> ICustomKey
|