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

返回

适用于