CSharpCodeWriter.BuildLambda(Boolean, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWritingScope BuildLambda(bool endLine, ... cli::array <System::String ^> ^ parameterNames);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope BuildLambda (bool endLine, params string[] parameterNames);
member this.BuildLambda : bool * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWritingScope
Public Function BuildLambda (endLine As Boolean, ParamArray parameterNames As String()) As CSharpCodeWritingScope
Parameters
- endLine
- Boolean
- parameterNames
- String[]