CSharpCodeWriter.WriteMethodInvocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- methodName
- String
- parameters
- String[]
Returns
Applies to
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
Parameters
- methodName
- String
- endLine
- Boolean
- parameters
- String[]