ConstructorInitializerSyntax.ThisOrBaseKeyword Property

Definition

Gets the "this" or "base" keyword.

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

Property Value

Applies to