CSharpCodeWriter.WriteStartNewObject(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartNewObject(System::String ^ typeName);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartNewObject (string typeName);
member this.WriteStartNewObject : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartNewObject (typeName As String) As CSharpCodeWriter
Paramètres
- typeName
- String