System::Collections::Specialized::StringCollectionPtr::operator[] method

StringCollectionPtr::operator[] method

Accessor function.

System::String & System::Collections::Specialized::StringCollectionPtr::operator[](int idx) const
ParameterTypeDescription
idxintIndex to get element at.

ReturnValue

Reference to string at specified position, either existing or newly created.

See Also