System::Collections::Specialized::StringCollection::operator[] 方法

StringCollection::operator[] method

访问器函数。

System::String & System::Collections::Specialized::StringCollection::operator[](int index)
参数类型描述
索引int获取元素的索引。

ReturnValue

对指定位置的字符串的引用,可能是已有的或新创建的。

另见