次の方法で共有


CSharpCodeWriter.BuildAsyncLambda(Boolean, String[]) メソッド

定義

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWritingScope BuildAsyncLambda(bool endLine, ... cli::array <System::String ^> ^ parameterNames);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope BuildAsyncLambda (bool endLine, params string[] parameterNames);
member this.BuildAsyncLambda : bool * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope
Public Function BuildAsyncLambda (endLine As Boolean, ParamArray parameterNames As String()) As CSharpCodeWritingScope

パラメーター

endLine
Boolean
parameterNames
String[]

戻り値

適用対象