Méthode System::Collections::Specialized::StringCollection::operator[]

StringCollection::operator[] method

Fonction d’accès.

System::String & System::Collections::Specialized::StringCollection::operator[](int index)
ParamètreTypeDescription
indiceintIndice pour obtenir l’élément.

ReturnValue

Référence à la chaîne à la position spécifiée, soit existante, soit nouvellement créée.

Voir aussi