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