FSharpExpr Type
Represents a checked and reduced expression, as seen by the F# language. The active patterns in 'FSharp.Compiler.SourceCodeServices' can be used to analyze information about the expression. Pattern matching is reduced to decision trees and conditional tests. Some other constructs may be represented in reduced form.
Instance members
Instance member |
Description
|
|
The immediate sub-expressions of the expression.
|
|
The range of the expression
|
|
The type of the expression
|