System::Text::StringBuilder::operator[] 方法

StringBuilder::operator[] method

获取指定位置的字符。

char_t System::Text::StringBuilder::operator[](int index) const
参数类型描述
索引int构建器中的位置。

ReturnValue

指定位置的字符。

另见