IfStatementSyntax.IfKeyword Property

Definition

Gets a SyntaxToken that represents the if keyword.

public:
 property Microsoft::CodeAnalysis::SyntaxToken IfKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken IfKeyword { get; }
member this.IfKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property IfKeyword As SyntaxToken

Property Value

Applies to