CodeGeneratorResult(String, IList<LineMapping>) Constructeur
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:
CodeGeneratorResult(System::String ^ code, System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::CodeGenerators::LineMapping ^> ^ designTimeLineMappings);
public CodeGeneratorResult (string code, System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping> designTimeLineMappings);
new Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorResult : string * System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping> -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorResult
Public Sub New (code As String, designTimeLineMappings As IList(Of LineMapping))
Paramètres
- code
- String
- designTimeLineMappings
- IList<LineMapping>