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)
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.CSharpCodeWriterPublic Function WriteEndMethodInvocation (endLine As Boolean) As CSharpCodeWriterParameters
- 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.CSharpCodeWriterPublic Function WriteEndMethodInvocation () As CSharpCodeWriter