Partager via


ConstructorBlockSyntax.WithEndSubStatement(EndBlockStatementSyntax) Méthode

Définition

Retourne une copie de ceci avec la propriété EndSubStatement modifiée en valeur spécifiée. Retourne cette instance si la valeur spécifiée est identique à la valeur actuelle.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::ConstructorBlockSyntax ^ WithEndSubStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::EndBlockStatementSyntax ^ endSubStatement);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstructorBlockSyntax WithEndSubStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax endSubStatement);
member this.WithEndSubStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.EndBlockStatementSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstructorBlockSyntax
Public Function WithEndSubStatement (endSubStatement As EndBlockStatementSyntax) As ConstructorBlockSyntax

Paramètres

endSubStatement
EndBlockStatementSyntax

Retours

S’applique à