CSharpCodeWriter.WriteMethodInvocation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- methodName
- String
- parameters
- String[]
Gibt zurück
Gilt für:
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
Parameter
- methodName
- String
- endLine
- Boolean
- parameters
- String[]