System::Text::StringBuilder::operator[] méthode

StringBuilder::operator[] method

Obtient le caractère à la position spécifiée.

char_t System::Text::StringBuilder::operator[](int index) const
ParamètreTypeDescription
indiceintPosition dans le builder.

ReturnValue

Caractère à la position spécifiée.

Voir aussi