Compartir a través de


CSharpCodeWriter.WriteEndMethodInvocation Método

Definición

Sobrecargas

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

Parámetros

endLine
Boolean

Devoluciones

Se aplica a

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

Devoluciones

Se aplica a