SyntaxFacts.IsAnyToken(SyntaxKind) Methode
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.
public:
static bool IsAnyToken(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static bool IsAnyToken(Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member IsAnyToken : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> bool
Public Function IsAnyToken (kind As SyntaxKind) As Boolean
Parameter
- kind
- SyntaxKind