System::Collections::Specialized::StringCollectionPtr::operator[] メソッド

StringCollectionPtr::operator[] method

アクセサ関数。

System::String & System::Collections::Specialized::StringCollectionPtr::operator[](int idx) const
パラメーター説明
idxint要素を取得するインデックス。

ReturnValue

指定された位置の文字列への参照。既存のものまたは新しく作成されたものです。

参照