CSharpCodeWriter.WriteStartMethodInvocation 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
WriteStartMethodInvocation(String) | |
WriteStartMethodInvocation(String, String[]) |
WriteStartMethodInvocation(String)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartMethodInvocation(System::String ^ methodName);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartMethodInvocation (string methodName);
member this.WriteStartMethodInvocation : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartMethodInvocation (methodName As String) As CSharpCodeWriter
Parameter
- methodName
- String
Gibt zurück
Gilt für:
WriteStartMethodInvocation(String, String[])
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartMethodInvocation(System::String ^ methodName, ... cli::array <System::String ^> ^ genericArguments);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartMethodInvocation (string methodName, params string[] genericArguments);
member this.WriteStartMethodInvocation : string * string[] -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartMethodInvocation (methodName As String, ParamArray genericArguments As String()) As CSharpCodeWriter
Parameter
- methodName
- String
- genericArguments
- String[]