Freigeben über


SyntaxFactory.ReturnStatement Methode

Definition

Überlädt

ReturnStatement(SyntaxList<AttributeListSyntax>, SyntaxToken, ExpressionSyntax, SyntaxToken)

Erstellt eine neue ReturnStatementSyntax-Instanz.

ReturnStatement(SyntaxToken, ExpressionSyntax, SyntaxToken)

Erstellt eine neue ReturnStatementSyntax-Instanz.

ReturnStatement(ExpressionSyntax)

Erstellt eine neue ReturnStatementSyntax-Instanz.

ReturnStatement(SyntaxList<AttributeListSyntax>, ExpressionSyntax)

Erstellt eine neue ReturnStatementSyntax-Instanz.

ReturnStatement(SyntaxList<AttributeListSyntax>, SyntaxToken, ExpressionSyntax, SyntaxToken)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs

Erstellt eine neue ReturnStatementSyntax-Instanz.

public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxToken returnKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax? expression, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member ReturnStatement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax
Public Shared Function ReturnStatement (attributeLists As SyntaxList(Of AttributeListSyntax), returnKeyword As SyntaxToken, expression As ExpressionSyntax, semicolonToken As SyntaxToken) As ReturnStatementSyntax

Parameter

returnKeyword
SyntaxToken
expression
ExpressionSyntax
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

ReturnStatement(SyntaxToken, ExpressionSyntax, SyntaxToken)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs
Quelle:
ReturnStatementSyntax.cs

Erstellt eine neue ReturnStatementSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::ReturnStatementSyntax ^ ReturnStatement(Microsoft::CodeAnalysis::SyntaxToken returnKeyword, Microsoft::CodeAnalysis::CSharp::Syntax::ExpressionSyntax ^ expression, Microsoft::CodeAnalysis::SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.SyntaxToken returnKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax expression, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.SyntaxToken returnKeyword, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax? expression, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member ReturnStatement : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax
Public Shared Function ReturnStatement (returnKeyword As SyntaxToken, expression As ExpressionSyntax, semicolonToken As SyntaxToken) As ReturnStatementSyntax

Parameter

returnKeyword
SyntaxToken
expression
ExpressionSyntax
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

ReturnStatement(ExpressionSyntax)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs

Erstellt eine neue ReturnStatementSyntax-Instanz.

public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax expression = default);
public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax? expression = default);
static member ReturnStatement : Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax
Public Shared Function ReturnStatement (Optional expression As ExpressionSyntax = Nothing) As ReturnStatementSyntax

Parameter

expression
ExpressionSyntax

Gibt zurück

Gilt für:

ReturnStatement(SyntaxList<AttributeListSyntax>, ExpressionSyntax)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs

Erstellt eine neue ReturnStatementSyntax-Instanz.

public static Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax ReturnStatement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax? expression);
static member ReturnStatement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.ReturnStatementSyntax
Public Shared Function ReturnStatement (attributeLists As SyntaxList(Of AttributeListSyntax), expression As ExpressionSyntax) As ReturnStatementSyntax

Parameter

expression
ExpressionSyntax

Gibt zurück

Gilt für: