다음을 통해 공유


CSharpCodeWriter.WriteStartMethodInvocation 메서드

정의

오버로드

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

매개 변수

methodName
String

반환

적용 대상

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

매개 변수

methodName
String
genericArguments
String[]

반환

적용 대상