CSharpCodeWriter.WriteLine 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
WriteLine()
public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteLine();public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteLine();override this.WriteLine : unit -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriterPublic Function WriteLine () As CSharpCodeWriterReturns
Applies to
WriteLine(String)
public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteLine(System::String ^ data);public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteLine(string data);override this.WriteLine : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriterPublic Function WriteLine (data As String) As CSharpCodeWriterParameters
- data
- String