ImplicitStackAllocArrayCreationExpressionSyntax.StackAllocKeyword Property

Definition

SyntaxToken representing the stackalloc keyword.

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

Property Value

Applies to