Collapse Type
Collapse indicates the way a range/snapshot should be collapsed. `Same` is for a scope inside some kind of scope delimiter, e.g. `[| ... |]`, `[ ... ]`, `{ ... }`, etc. `Below` is for expressions following a binding or the right hand side of a pattern, e.g. `let x = ...`
Instance members
Instance member |
Description
|
Full Usage:
this.IsBelow
Returns: bool
|
|
Full Usage:
this.IsSame
Returns: bool
|
|