SyntaxFactory.ExpressionStatement(ExpressionSyntax) 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.
Represent an expression in a statement context. This may only be a invocation or await expression in standard code but may be any expression in VB Interactive code.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionStatementSyntax ^ ExpressionStatement(Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ expression);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionStatementSyntax ExpressionStatement (Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax expression);
static member ExpressionStatement : Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionStatementSyntax
Public Shared Function ExpressionStatement (expression As ExpressionSyntax) As ExpressionStatementSyntax
Parameters
- expression
- ExpressionSyntax
The expression.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.