CodeGeneratorResult(String, IList<LineMapping>) Constructor
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.
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))
Parameters
- code
- String
- designTimeLineMappings
- IList<LineMapping>