Share via


SyntaxGenerator.TrueLiteralExpression Method

Definition

Creates an expression that denotes the boolean true literal.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ TrueLiteralExpression();
public Microsoft.CodeAnalysis.SyntaxNode TrueLiteralExpression ();
member this.TrueLiteralExpression : unit -> Microsoft.CodeAnalysis.SyntaxNode
Public Function TrueLiteralExpression () As SyntaxNode

Returns

Applies to