ArgumentSyntax.RefKindKeyword Property

Definition

SyntaxToken representing the optional ref or out keyword.

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

Property Value

Applies to