Fonction HabilitationContextuelle AjouterALaFin(O : Nul Ou TypeElement) Retourner Nul Ou ICollection(Nul Ou TypeElement);
Si la collection est nulle, alors le résultat est une nouvelle collection comportant cet unique objet.
Principal
/*******/
Variable
/******/
L : ListeDe Caractere;
C : Caractere;
Debut
/* Construction d'une liste a trois éléments. */
L=ListeDe("A");
L=L.AjouterALaFin("B");
/* L contient A et B. */
Fin Principal
- | - | - | - | - | - | - | - | - |