SyntaxFacts.IsIdentifierStartCharacter(Char) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true si le caractère Unicode peut être le caractère de départ d’un identificateur C#.
public:
static bool IsIdentifierStartCharacter(char ch);
public static bool IsIdentifierStartCharacter(char ch);
static member IsIdentifierStartCharacter : char -> bool
Public Function IsIdentifierStartCharacter (ch As Char) As Boolean
Paramètres
- ch
- Char
Caractère Unicode.