CSharpExtensions.IsVerbatimIdentifier(SyntaxToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsVerbatimIdentifier(Microsoft::CodeAnalysis::SyntaxToken token);
public static bool IsVerbatimIdentifier (this Microsoft.CodeAnalysis.SyntaxToken token);
static member IsVerbatimIdentifier : Microsoft.CodeAnalysis.SyntaxToken -> bool
<Extension()>
Public Function IsVerbatimIdentifier (token As SyntaxToken) As Boolean
Parameters
- token
- SyntaxToken