System::Collections::Specialized::StringCollection::idx_set method

StringCollection::idx_set method

Sets value at specified position.

void System::Collections::Specialized::StringCollection::idx_set(int index, const System::String &value)
ParameterTypeDescription
indexintIndex to set string at.
valueconst System::String&String value to set at specified index.

See Also