Partilhar via


VisualBasicExtensions.IsBracketed(SyntaxToken) Método

Definição

Verifica se SyntaxToken é um identificador entre colchetes.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsBracketed(Microsoft::CodeAnalysis::SyntaxToken token);
public static bool IsBracketed (this Microsoft.CodeAnalysis.SyntaxToken token);
static member IsBracketed : Microsoft.CodeAnalysis.SyntaxToken -> bool
<Extension()>
Public Function IsBracketed (token As SyntaxToken) As Boolean

Parâmetros

token
SyntaxToken

A sintaxe de origem SyntaxToken.

Retornos

Um valor booliano, True se o token representa um identificador entre colchetes.

Aplica-se a