CodeGenerator.GenerateArrayIndexerExpression 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.
Génère du code pour l’expression d’indexeur de tableau spécifiée.
protected:
abstract void GenerateArrayIndexerExpression(System::CodeDom::CodeArrayIndexerExpression ^ e);
protected abstract void GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e);
abstract member GenerateArrayIndexerExpression : System.CodeDom.CodeArrayIndexerExpression -> unit
Protected MustOverride Sub GenerateArrayIndexerExpression (e As CodeArrayIndexerExpression)
Paramètres
Qui CodeArrayIndexerExpression indique l’expression pour laquelle générer du code.