CSharpCodeWriter.WriteLine 方法

定义

重载

WriteLine()
WriteLine(String)

WriteLine()

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteLine();
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteLine ();
override this.WriteLine : unit -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteLine () As CSharpCodeWriter

返回

适用于

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.CSharpCodeWriter
Public Function WriteLine (data As String) As CSharpCodeWriter

参数

data
String

返回

适用于