CSharpCodeWriter.WriteComment(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- comment
- String