共用方式為


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

傳回

適用於