CSharpCodeWriter.WriteBooleanLiteral(Boolean) 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 ^ WriteBooleanLiteral(bool value);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteBooleanLiteral (bool value);
member this.WriteBooleanLiteral : bool -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteBooleanLiteral (value As Boolean) As CSharpCodeWriter
Parâmetros
- value
- Boolean