CSharpCodeParser.At(CSharpKeyword) 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.
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Détermine si le code contient des mot clé « AT ».
protected internal bool At(System.Web.Razor.Tokenizer.Symbols.CSharpKeyword keyword);
override this.At : System.Web.Razor.Tokenizer.Symbols.CSharpKeyword -> bool
Protected Friend Function At (keyword As CSharpKeyword) As Boolean
Paramètres
- keyword
- CSharpKeyword
Le mot-clé.
Retours
true si le code contient « AT » mot clé ; sinon, false.