GotoStatementSyntax.GotoKeyword Property

Definition

Gets a SyntaxToken that represents the goto keyword.

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

Property Value

Applies to