SyntaxFacts.IsUnaryOperatorDeclarationToken(SyntaxKind) Method

Definition

public:
 static bool IsUnaryOperatorDeclarationToken(Microsoft::CodeAnalysis::CSharp::SyntaxKind token);
public static bool IsUnaryOperatorDeclarationToken (Microsoft.CodeAnalysis.CSharp.SyntaxKind token);
static member IsUnaryOperatorDeclarationToken : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> bool
Public Function IsUnaryOperatorDeclarationToken (token As SyntaxKind) As Boolean

Parameters

token
SyntaxKind

Returns

Applies to