ICustomKey
Represents a special hierarchical key. This is mainly used in pretty printing (where we want to
get parts of the keys based on levels. CustomKey.Get
provides a way of getting ICustomKey
.
Instance members
Instance member | Description |
iCustomKey.GetLevel(arg1)
Signature:int -> obj
Modifiers: abstract |
Gets a value at the specified level (the levels are indexed from 1).
This is used for pretty printing only. If |
iCustomKey.GetLevels()
Signature:unit -> obj []
Modifiers: abstract |
Gets values of the key at all levels |
iCustomKey.Levels
Signature:int
Modifiers: abstract |
Returns the number of levels of a hierarchical key. For example, a tuple (1, 42) has 2 levels. This is used for pretty printing only. |