GotoStatementSyntax.CaseOrDefaultKeyword Property

Definition

Gets a SyntaxToken that represents the case or default keywords if any exists.

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

Property Value

Applies to