다음을 통해 공유


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[]

반환

적용 대상