CSharpCodeWriter.WriteEndMethodInvocation Méthode

Définition

Surcharges

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

Paramètres

endLine
Boolean

Retours

S’applique à

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

Retours

S’applique à