System::Collections::Specialized::StringCollection::idx_get method

StringCollection::idx_get method

指定された位置の値を取得します。

System::String System::Collections::Specialized::StringCollection::idx_get(int index) const
パラメーター説明
インデックスint文字列を取得するインデックス。

ReturnValue

String at specified position.

参照