DoLoopBlockSyntax.Update Method

Definition

Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.

public Microsoft.CodeAnalysis.VisualBasic.Syntax.DoLoopBlockSyntax Update (Microsoft.CodeAnalysis.VisualBasic.SyntaxKind kind, Microsoft.CodeAnalysis.VisualBasic.Syntax.DoStatementSyntax doStatement, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.StatementSyntax> statements, Microsoft.CodeAnalysis.VisualBasic.Syntax.LoopStatementSyntax loopStatement);

Parameters

kind
SyntaxKind

The new kind.

doStatement
DoStatementSyntax

The value for the DoStatement property.

statements
SyntaxList<StatementSyntax>

The value for the Statements property.

loopStatement
LoopStatementSyntax

The value for the LoopStatement property.

Returns

Applies to