CSharpCodeWriter.WriteStartMethodInvocation 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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[]