System::Collections::Specialized::StringCollection::idx_get 方法

StringCollection::idx_get method

获取指定位置的值。

System::String System::Collections::Specialized::StringCollection::idx_get(int index) const
参数类型描述
索引int获取字符串的索引。

ReturnValue

String at specified position.

另见