Sdílet prostřednictvím


CSharpCodeWriter.WriteStartMethodInvocation Metoda

Definice

Přetížení

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

Parametry

methodName
String

Návraty

Platí pro

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

Parametry

methodName
String
genericArguments
String[]

Návraty

Platí pro