Description...
Exemple...
Voir aussi...
Traduction...
Fonction Optimiser(Invariant) EnumererMethodes(Numero : Entier, NomAppel : Nul Ou Caractere Sortie, Aide : Nul Ou Caractere Sortie) Retourner Nul Ou Appel;
Principal
Variable
T1 : Nul Ou Type;
A2 : Nul Ou Appel;
C3 : Caractere;
Numero : Entier;
Debut
...
T1=Caractere;
...
A=T1.EnumererMethodes(++Numero, C3, ?);
/* Enumère les appels du type T1. */
TantQue A!=Nul Faire
Ecran.Ecrire(C3);
A=T1.EnumererMethodes(++Numero, C3, ?);
Fin TantQue
...
Fin Principal
MethodenAufZahlen | EnumerateMethods | 列举方法 | EnumerarMetodos | - | - | - | - |