CSharpSyntaxRewriter.VisitExpressionStatement Method
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.
public:
override Microsoft::CodeAnalysis::SyntaxNode ^ VisitExpressionStatement(Microsoft::CodeAnalysis::CSharp::Syntax::ExpressionStatementSyntax ^ node);
public override Microsoft.CodeAnalysis.SyntaxNode VisitExpressionStatement (Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionStatementSyntax node);
public override Microsoft.CodeAnalysis.SyntaxNode? VisitExpressionStatement (Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionStatementSyntax node);
override this.VisitExpressionStatement : Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionStatementSyntax -> Microsoft.CodeAnalysis.SyntaxNode
Public Overrides Function VisitExpressionStatement (node As ExpressionStatementSyntax) As SyntaxNode