StackAllocArrayCreationExpressionSyntax.StackAllocKeyword Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
SyntaxToken, das das Stackalloc-Schlüsselwort darstellt.
public:
property Microsoft::CodeAnalysis::SyntaxToken StackAllocKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken StackAllocKeyword { get; }
member this.StackAllocKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property StackAllocKeyword As SyntaxToken