SyntaxGenerator.LambdaParameter 方法

定义

重载

LambdaParameter(String, ITypeSymbol)

创建 lambda 参数。

LambdaParameter(String, SyntaxNode)

创建 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

创建 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

参数

identifier
String

返回

适用于

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

创建 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

参数

identifier
String
type
SyntaxNode

返回

适用于