Freigeben über


SyntaxFactory.LocalFunctionStatement Methode

Definition

Überlädt

LocalFunctionStatement(SyntaxList<AttributeListSyntax>, SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax, SyntaxToken)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(SyntaxList<AttributeListSyntax>, SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax, SyntaxToken)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(TypeSyntax, String)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(TypeSyntax, SyntaxToken)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax)

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

LocalFunctionStatement(SyntaxList<AttributeListSyntax>, SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax, 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 LocalFunctionStatementSyntax-Instanz.

public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, returnType As TypeSyntax, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax, parameterList As ParameterListSyntax, constraintClauses As SyntaxList(Of TypeParameterConstraintClauseSyntax), body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax, semicolonToken As SyntaxToken) As LocalFunctionStatementSyntax

Parameter

modifiers
SyntaxTokenList
returnType
TypeSyntax
identifier
SyntaxToken
typeParameterList
TypeParameterListSyntax
parameterList
ParameterListSyntax
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

LocalFunctionStatement(SyntaxList<AttributeListSyntax>, SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax)

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 LocalFunctionStatementSyntax-Instanz.

public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, returnType As TypeSyntax, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax, parameterList As ParameterListSyntax, constraintClauses As SyntaxList(Of TypeParameterConstraintClauseSyntax), body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax) As LocalFunctionStatementSyntax

Parameter

modifiers
SyntaxTokenList
returnType
TypeSyntax
identifier
SyntaxToken
typeParameterList
TypeParameterListSyntax
parameterList
ParameterListSyntax

Gibt zurück

Gilt für:

LocalFunctionStatement(SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax, SyntaxToken)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.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:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::LocalFunctionStatementSyntax ^ LocalFunctionStatement(Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ returnType, Microsoft::CodeAnalysis::SyntaxToken identifier, Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ typeParameterList, Microsoft::CodeAnalysis::CSharp::Syntax::ParameterListSyntax ^ parameterList, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterConstraintClauseSyntax ^> constraintClauses, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody, Microsoft::CodeAnalysis::SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (modifiers As SyntaxTokenList, returnType As TypeSyntax, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax, parameterList As ParameterListSyntax, constraintClauses As SyntaxList(Of TypeParameterConstraintClauseSyntax), body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax, semicolonToken As SyntaxToken) As LocalFunctionStatementSyntax

Parameter

modifiers
SyntaxTokenList
returnType
TypeSyntax
identifier
SyntaxToken
typeParameterList
TypeParameterListSyntax
parameterList
ParameterListSyntax
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

LocalFunctionStatement(TypeSyntax, String)

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 LocalFunctionStatementSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::LocalFunctionStatementSyntax ^ LocalFunctionStatement(Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ returnType, System::String ^ identifier);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, string identifier);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * string -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (returnType As TypeSyntax, identifier As String) As LocalFunctionStatementSyntax

Parameter

returnType
TypeSyntax
identifier
String

Gibt zurück

Gilt für:

LocalFunctionStatement(TypeSyntax, 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
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 LocalFunctionStatementSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::LocalFunctionStatementSyntax ^ LocalFunctionStatement(Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ returnType, Microsoft::CodeAnalysis::SyntaxToken identifier);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (returnType As TypeSyntax, identifier As SyntaxToken) As LocalFunctionStatementSyntax

Parameter

returnType
TypeSyntax
identifier
SyntaxToken

Gibt zurück

Gilt für:

LocalFunctionStatement(SyntaxTokenList, TypeSyntax, SyntaxToken, TypeParameterListSyntax, ParameterListSyntax, SyntaxList<TypeParameterConstraintClauseSyntax>, BlockSyntax, ArrowExpressionClauseSyntax)

Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
Syntax.xml.Main.Generated.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.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:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs
Quelle:
LocalFunctionStatementSyntax.cs

Erstellt eine neue LocalFunctionStatementSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::LocalFunctionStatementSyntax ^ LocalFunctionStatement(Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ returnType, Microsoft::CodeAnalysis::SyntaxToken identifier, Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ typeParameterList, Microsoft::CodeAnalysis::CSharp::Syntax::ParameterListSyntax ^ parameterList, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterConstraintClauseSyntax ^> constraintClauses, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody);
public static Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax LocalFunctionStatement (Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax returnType, Microsoft.CodeAnalysis.SyntaxToken identifier, Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? typeParameterList, Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax parameterList, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody);
static member LocalFunctionStatement : Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ParameterListSyntax * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.LocalFunctionStatementSyntax
Public Shared Function LocalFunctionStatement (modifiers As SyntaxTokenList, returnType As TypeSyntax, identifier As SyntaxToken, typeParameterList As TypeParameterListSyntax, parameterList As ParameterListSyntax, constraintClauses As SyntaxList(Of TypeParameterConstraintClauseSyntax), body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax) As LocalFunctionStatementSyntax

Parameter

modifiers
SyntaxTokenList
returnType
TypeSyntax
identifier
SyntaxToken
typeParameterList
TypeParameterListSyntax
parameterList
ParameterListSyntax

Gibt zurück

Gilt für: