共用方式為


CSharpCodeWriter.WriteEndMethodInvocation 方法

定義

多載

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

參數

endLine
Boolean

傳回

適用於

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

傳回

適用於