CSharpCodeWriter.WriteStartMethodInvocation Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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.CSharpCodeWriterPublic Function WriteStartMethodInvocation (methodName As String) As CSharpCodeWriterParameters
- methodName
- String
Returns
Applies to
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.CSharpCodeWriterPublic Function WriteStartMethodInvocation (methodName As String, ParamArray genericArguments As String()) As CSharpCodeWriterParameters
- methodName
- String
- genericArguments
- String[]