Statements Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)]
public static class Statements
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)>]
module Statements
Public Class Statements
Inheritance
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute
Methods
NewAllocateScope(QsComments, QsLocation, ScopeContext, QsSymbol, QsInitializer)
NewBorrowScope(QsComments, QsLocation, ScopeContext, QsSymbol, QsInitializer)
NewConditionalBlock(QsComments, QsLocation, ScopeContext, QsExpression)
NewConjugation(QsPositionedBlock, QsPositionedBlock)
NewExpressionStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewFailStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewForStatement(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewIfStatement(TypedExpression, QsPositionedBlock, IEnumerable<Tuple<TypedExpression,QsPositionedBlock>>, QsNullable<QsPositionedBlock>)
NewImmutableBinding(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewMutableBinding(QsComments, QsLocation, ScopeContext, QsSymbol, QsExpression)
NewRepeatStatement(SymbolTracker, QsPositionedBlock, TypedExpression, QsPositionedBlock)
NewReturnStatement(QsComments, QsLocation, ScopeContext, QsExpression)
NewValueUpdate(QsComments, QsLocation, ScopeContext, QsExpression, QsExpression)
NewWhileStatement(QsComments, QsLocation, ScopeContext, QsExpression)
Applies to