CSharpCodeWriter.WriteEndMethodInvocation 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.
Overloads
WriteEndMethodInvocation(Boolean) | |
WriteEndMethodInvocation() |
WriteEndMethodInvocation(Boolean)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteEndMethodInvocation(bool endLine);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteEndMethodInvocation (bool endLine);
member this.WriteEndMethodInvocation : bool -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteEndMethodInvocation (endLine As Boolean) As CSharpCodeWriter
Parameters
- endLine
- Boolean
Returns
Applies to
WriteEndMethodInvocation()
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteEndMethodInvocation();
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteEndMethodInvocation ();
member this.WriteEndMethodInvocation : unit -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteEndMethodInvocation () As CSharpCodeWriter