CSharpCodeWriter.WriteComment(String) 方法

定义

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteComment(System::String ^ comment);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteComment (string comment);
member this.WriteComment : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteComment (comment As String) As CSharpCodeWriter

参数

comment
String

返回

适用于