Partager via


SyntaxGenerator.LambdaParameter Méthode

Définition

Surcharges

LambdaParameter(String, ITypeSymbol)

Crée un paramètre lambda.

LambdaParameter(String, SyntaxNode)

Crée un paramètre lambda.

LambdaParameter(String, ITypeSymbol)

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Crée un paramètre lambda.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ LambdaParameter(System::String ^ identifier, Microsoft::CodeAnalysis::ITypeSymbol ^ type);
public Microsoft.CodeAnalysis.SyntaxNode LambdaParameter (string identifier, Microsoft.CodeAnalysis.ITypeSymbol type);
member this.LambdaParameter : string * Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.SyntaxNode
Public Function LambdaParameter (identifier As String, type As ITypeSymbol) As SyntaxNode

Paramètres

identifier
String

Retours

S’applique à

LambdaParameter(String, SyntaxNode)

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Crée un paramètre lambda.

public abstract Microsoft.CodeAnalysis.SyntaxNode LambdaParameter (string identifier, Microsoft.CodeAnalysis.SyntaxNode type = default);
public abstract Microsoft.CodeAnalysis.SyntaxNode LambdaParameter (string identifier, Microsoft.CodeAnalysis.SyntaxNode? type = default);
abstract member LambdaParameter : string * Microsoft.CodeAnalysis.SyntaxNode -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function LambdaParameter (identifier As String, Optional type As SyntaxNode = Nothing) As SyntaxNode

Paramètres

identifier
String
type
SyntaxNode

Retours

S’applique à