CSharpCodeWriter.WriteStartInstanceMethodInvocation(String, String) 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.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartInstanceMethodInvocation(System::String ^ instanceName, System::String ^ methodName);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartInstanceMethodInvocation (string instanceName, string methodName);
member this.WriteStartInstanceMethodInvocation : string * string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartInstanceMethodInvocation (instanceName As String, methodName As String) As CSharpCodeWriter
Parameter
- instanceName
- String
- methodName
- String