ExternAliasDirectiveSyntax.AliasKeyword Property

Definition

SyntaxToken representing the alias keyword.

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

Property Value

Applies to