CSharpCodeWriter.WriteMethodInvocation 方法

定义

重载

WriteMethodInvocation(String, String[])
WriteMethodInvocation(String, Boolean, String[])

WriteMethodInvocation(String, String[])

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteMethodInvocation(System::String ^ methodName, ... cli::array <System::String ^> ^ parameters);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteMethodInvocation (string methodName, params string[] parameters);
member this.WriteMethodInvocation : string * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteMethodInvocation (methodName As String, ParamArray parameters As String()) As CSharpCodeWriter

参数

methodName
String
parameters
String[]

返回

适用于

WriteMethodInvocation(String, Boolean, String[])

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteMethodInvocation(System::String ^ methodName, bool endLine, ... cli::array <System::String ^> ^ parameters);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteMethodInvocation (string methodName, bool endLine, params string[] parameters);
member this.WriteMethodInvocation : string * bool * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteMethodInvocation (methodName As String, endLine As Boolean, ParamArray parameters As String()) As CSharpCodeWriter

参数

methodName
String
endLine
Boolean
parameters
String[]

返回

适用于