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

StringCollection::operator[] method

Accessor function.

System::String & System::Collections::Specialized::StringCollection::operator[](int index)
ParameterTypeDescription
indexintIndex to get element at.

ReturnValue

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

See Also