ExprDotLambda Type
Example: `_.ToUpper()` or `_.Length` — a dot-lambda shorthand (F# 8+). `Underscore` is the `_` placeholder, `Dot` is the `.`, and `Expr` is the member access or call.
Constructors
| Constructor |
Description
|
Full Usage:
ExprDotLambda(underscore, dot, expr, range)
Parameters:
SingleTextNode
dot : SingleTextNode
expr : Expr
range : range
Returns: ExprDotLambda
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
fantomas